seq2seq-chatbot icon indicating copy to clipboard operation
seq2seq-chatbot copied to clipboard

Layer 'model/embedding/seq_embedding' already exists, please choice other 'name' or reuse this layer

Open fskong opened this issue 6 years ago • 1 comments

Exception: Layer 'model/embedding/seq_embedding' already exists, please choice other 'name' or reuse this layer
Hint : Use different name for different 'Layer' (The name is used to control parameter sharing)
Additional Informations: http://tensorlayer.readthedocs.io/en/latest/modules/layers.html?highlight=clear_layers_name#tensorlayer.layers.clear_layers_name

when i run the code, this problem comes.

python: 3.6 tensorflow-gpu: 1.7.1 tensorlayer: 1.7.4

fskong avatar May 22 '19 09:05 fskong

the code is just being updated to support TF 2.0, please try.

zsdonghao avatar May 25 '19 12:05 zsdonghao