Witllm/binary
Colin e2c8668a1b Update mnist use gather to speed up. 2025-05-28 16:05:34 +08:00
..
cudagraph.py Refine mnist LUT by add lutCNN. 2025-05-27 18:51:07 +08:00
mnist.py Update mnist use gather to speed up. 2025-05-28 16:05:34 +08:00
readme.md Update mnist. 2025-05-26 18:47:55 +08:00
unfold.py Refine mnist LUT by add lutCNN. 2025-05-27 18:51:07 +08:00

readme.md

问题

  1. 在一串的binary lut网络中
    1. 如果每个卷积的channel相互之间没有关系
    2. 中间插入一层交换各个channel之间的数据生成新的相同数量的channel
    3. 方法2的效果很差
      1. 好像是破坏了训练,可能是训练的方法不对
      2. 最终分类是1010个输出之间有关系就会很差
  2. unfold输出的维度不对
    1. LUT不是对卷积核进行计算,更容易收敛,但是精度没有更高
    2. LUT不是对卷积核进行计算,不容易收敛,精度差不多