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

ValueError: Variable Encoder-Batchnorm-1_1/moving_mean/biased already exists #6

Open
alexucb opened this issue Oct 12, 2018 · 1 comment

Comments

@alexucb
Copy link

alexucb commented Oct 12, 2018

Hi,

Has any of you have similar issue like below when running this notebook?

ValueError: Variable Encoder-Batchnorm-1_1/moving_mean/biased already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:

File "/Users/xxxxx/anaconda3/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 1005, in moving_average_update
x, value, momentum, zero_debias=True)
File "/Users/xxxxxxx/anaconda3/lib/python3.6/site-packages/keras/layers/normalization.py", line 193, in call
self.momentum),
File "/Users/xxxxxx/anaconda3/lib/python3.6/site-packages/keras/engine/topology.py", line 619, in call
output = self.call(inputs, **kwargs)

Thanks a lot

@hamelsmu
Copy link
Owner

Hi you shouldn’t be getting this error please make sure you are using the Docker container for the tutorial

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

2 participants