-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
timedistributed(dropout) error when batch_size is specified and using theano #4182
Comments
Using Theano backend. Backtrace when the variable is created: Process finished with exit code 1 |
duplicate of: |
i want to apply timedistributed to dropout - the reason is i want each timestep to have exactly x% of the features dropped.
i am also using batch_shape for my input with a given batch size since this is required for stateful rnn in my full code. when batch size is given the timedistributed wrapper uses rnn. my backend is theano
this gist recreates the issue
https://gist.github.com/eyaler/6801eee9b2134bcd518ffd34004c1475
may be related to:
#3834
see first comment for error message
The text was updated successfully, but these errors were encountered: