We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
the code is just being updated to support TF 2.0, please try.
Sorry, something went wrong.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: