Predicting-Pro-Chess-Moves
Predicting-Pro-Chess-Moves copied to clipboard
`ValueError: expected 8 rows in position part of fen: 'r' ` Getting this error while making the first move. The position parameter is returning None as value.
``` Traceback (most recent call last): File "deploy.py", line 6, in import chess ImportError: No module named chess ``` Stuck trying to get this to run. What version of python...
Import chess error on older version
I found it's due to incompatible version between model and tensorflow, how can I upgrade the version of the model? TypeError: Could not locate class 'Sequential'. Make sure custom classes...