Hello,
I would like to make some experiments with learned networks, but now I am struggling with reading of file with weights. Experiments must be automatic, so I can't use Lc0 GUI program.
I implemented network architecture according to methods in github file (
https://github.com/LeelaChessZero/lczero-training/blob/master/tf/tfprocess.py ). Then I downloaded weight's file (.pb) from Sergio-V and set parameters like number of filters, blocks, etc. Now I want to read .pb file, but I don't know how. I read methods for reading weights, but in code is imported libraby with name proto.net_pb2 and I don't know, where can I find this library.
Can you help me?
Thanks for each advice! :)