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
If it's slow, compile protobuf and tensorflow from source!
[FIXME]: only LAPS model is supported
Traceback (most recent call last):
File "train.py", line 64, in
model = train_network(load_model(NAME, best=True),
File "train.py", line 47, in load_model
model = keras.models.load_model(best_path)
File "C:\Users\walke\anaconda3\envs\chess-env\lib\site-packages\keras\models.py", line 239, in load_model
model_config = json.loads(model_config.decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'
The text was updated successfully, but these errors were encountered:
If it's slow, compile protobuf and tensorflow from source!
[FIXME]: only LAPS model is supported
Traceback (most recent call last):
File "train.py", line 64, in
model = train_network(load_model(NAME, best=True),
File "train.py", line 47, in load_model
model = keras.models.load_model(best_path)
File "C:\Users\walke\anaconda3\envs\chess-env\lib\site-packages\keras\models.py", line 239, in load_model
model_config = json.loads(model_config.decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'
The text was updated successfully, but these errors were encountered: