LeelaChessZero / lczero-training

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

Functions get_weights() and fill_net() in tf/net.py not up-to-date #226

Closed zz4032 closed 2 weeks ago

zz4032 commented 4 months ago

Functions have not been updated for a long time and don't support recent networks. I was trying to use them for saving network data as *.txt and understanding the network structure and eventually tuning weights with my own scripts.

zz4032 commented 2 weeks ago

Functions get_weights_v2() and fill_net_v2() can be used for newer networks instead.