Seq2Seq_Tutorial
Seq2Seq_Tutorial copied to clipboard
ValueError: Variable Encoder-Batchnorm-1_1/moving_mean/biased already exists
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
Hi you shouldn’t be getting this error please make sure you are using the Docker container for the tutorial