You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nnue-pytorch/visualize.py", line 264, in plot_input_weights
np.arange(int(np.min(img)*127)-1, int(np.max(img)*127)+3)-0.5)/127)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Maximum allowed size exceeded
when trying to convert from .nnue to .pt I get this error:
how can I solve this issue?
The text was updated successfully, but these errors were encountered: