-
Notifications
You must be signed in to change notification settings - Fork 53
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
phased_lstm_keras problem? add_weight () got multiple values for argument 'name' #19
Comments
I tried the suggested fix but it doesn't work.
|
There are 4 instances where you need to name the first argument as shape= , this seems to have fixed this particular issue for me, I think you're missing one |
can you please show the 4 instance cz ive found 3 in mine too thanks in advance ! |
@zd23
The code before is missing the explicit definition of |
The below error appeared in https://github.com/abr/neurips2019/blob/master/experiments/psMNIST-phased-lstm.ipynb
This has been reported as a keras issue with a suggested workaround. that may be applied in PhasedLSTM-Keras.
The text was updated successfully, but these errors were encountered: