Skip to content
New issue

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

Using deprecated Tensorflow 1. #213

Open
nspeer12 opened this issue Oct 20, 2020 · 1 comment
Open

Using deprecated Tensorflow 1. #213

nspeer12 opened this issue Oct 20, 2020 · 1 comment

Comments

@nspeer12
Copy link

Tensorflow 1 is being used in hparams.py. Tensorflow 1 is not a specified requirement, nor is it supported anymore. Tensorflow.contrib.haparms has been moved to from tensorboard.plugins.hparams, however it will need to be reimplemented because the classes are not the same.

@rachejazz
Copy link

got the same error as well. I am guessing there is not much difference with the voice output if tf 1.x is continued in this.
A quick fix for now I did was:

%tensorflow_version 1.x
import tensorflow as tf
print(tf.__version__)

Hoping there will be an update in the classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants