nnue-pytorch icon indicating copy to clipboard operation
nnue-pytorch copied to clipboard

serialize.py doesn't correctly read feature_set from ckpt

Open Sopel97 opened this issue 3 years ago • 1 comments

ckpt should serialize the feature_set used, but the net is always initialized with the default, which is not always possible.

Sopel97 avatar Mar 21 '21 11:03 Sopel97

this could be fixed by adding a constructor to NNUE that doesn't do anything?

Sopel97 avatar Jun 01 '21 12:06 Sopel97