Open FrugoFruit90 opened 4 years ago
With https://github.com/LeelaChessZero/lc0/pull/1261 I am able to load a model and make predictions by following the example session.
However, I'm interested in the activations of intermediate layers. What is the easiest way to access them? Is it possible to load the weights in Tensorflow or PyTorch?
any progress on that one ?
The easiest way to explore the network for now is to convert the network to ONNX format using
./lc0 leela2onnx --input=network.pb --output=network.onnx
With https://github.com/LeelaChessZero/lc0/pull/1261 I am able to load a model and make predictions by following the example session.
However, I'm interested in the activations of intermediate layers. What is the easiest way to access them? Is it possible to load the weights in Tensorflow or PyTorch?