nnue-pytorch
nnue-pytorch copied to clipboard
serialize.py doesn't correctly read feature_set from ckpt
ckpt should serialize the feature_set used, but the net is always initialized with the default, which is not always possible.
this could be fixed by adding a constructor to NNUE
that doesn't do anything?