tensorlayer/seq2seq-chatbot

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

fskong opened this issue · 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

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