This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 问题
1. 在一串的binary lut网络中
1. 如果每个卷积的channel相互之间没有关系
2. 中间插入一层,交换各个channel之间的数据,生成新的相同数量的channel
3. 方法2的效果很差
1. 好像是破坏了训练,可能是训练的方法不对
2. 最终分类是10,10个输出之间有关系就会很差?
2. unfold输出的维度不对
1. LUT不是对卷积核进行计算,更容易收敛,但是精度没有更高
2. LUT不是对卷积核进行计算,不容易收敛,精度差不多