We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the "train.py", I face the error as followed:
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered:
The import should be changed to the following:
# from keras.utils.layer_utils import layer_from_config from keras.layers import deserialize as layer_from_config
Sorry, something went wrong.
Downgrading to Keras version 1.2.2 cleared that error for me.
No branches or pull requests
When I run the "train.py", I face the error as followed:
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: