Seq2Seq_Tutorial icon indicating copy to clipboard operation
Seq2Seq_Tutorial copied to clipboard

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

Open alexucb opened this issue 6 years ago • 1 comments

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

alexucb avatar Oct 12 '18 22:10 alexucb

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

hamelsmu avatar Apr 27 '19 13:04 hamelsmu