Skip to content
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

Dropout during inference #23

Open
dougzec opened this issue Jul 2, 2020 · 0 comments
Open

Dropout during inference #23

dougzec opened this issue Jul 2, 2020 · 0 comments

Comments

@dougzec
Copy link

dougzec commented Jul 2, 2020

Given that A Theoretically Grounded Application of Dropout in Recurrent Neural Networks was metioned in the code I expected that this implementation would allow the use of dropout during inference. But using the same keras, tensorflow and python versions and the same architecture with the default LSTM layer from keras and training=True it works, and with the PhasedLSTM it doesn't work.

I am using:
Keras==2.2.5
Tensorflow==1.15
Python==2.7
On Google Colab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant