LeelaChessZero / lczero-training

For code etc relating to the network training process.
143 stars 119 forks source link

Bottleneck between conv in residual stack #187

Open Tilps opened 2 years ago

Tilps commented 2 years ago

Rather than adding 2 extra 1x1 conv's to reduce channels for the 3x3 conv's, try just reducing the output channels of the first conv in the residual block. This should have better latency and is easier to reuse existing lc0 optimizations, but won't reduce the weight count as much...