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
Under TF 2.3 it fails early, at the imports stage: ModuleNotFoundError: No module named 'tensorflow.contrib'
ModuleNotFoundError: No module named 'tensorflow.contrib'
The text was updated successfully, but these errors were encountered:
Hey, feel free to open a PR, happy to review
Sorry, something went wrong.
Hi, I would like to know has any progress has been made on the code migration from TF1 to TF2. If you have found a workaround please do let me know
one of the suggestions online has been to use a dense layer with linear activation instead of the linear layer from tf.contrib.layer, is this correct?
No branches or pull requests
Under TF 2.3 it fails early, at the imports stage:
ModuleNotFoundError: No module named 'tensorflow.contrib'
The text was updated successfully, but these errors were encountered: