-
Notifications
You must be signed in to change notification settings - Fork 969
New issue
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
ValueError: Traceback (most recent call last) #32
Comments
use this code instead: #this is the functional code used to create the model def create_ST_layer(input_shape = (64, 128, 3)): #to print the summary model = create_ST_layer() Hope this helps!!!! |
The best solution I found was to modify the simpsons.py file as stated in the answer here: https://stackoverflow.com/a/75951851/17870878. |
ValueError: decay is deprecated in the new Keras optimizer, pleasecheck the docstring for valid arguments, or use the legacy optimizer, e.g., tf.keras.optimizers.legacy.SGD.
how to fix this?
The text was updated successfully, but these errors were encountered: