nnue-pytorch
nnue-pytorch copied to clipboard
Network layer sizes are global
This means that the sizes in .ckpt cannot be inferred and must match the original script. This makes it harder to explore different sizes. The sizes of the layers should be a parameter to NNUE
.
The deserialization from .nnue cannot infer the layer sizes sadly, but that's not a big limitation as this use case is not common.