You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install tensorflow with pip install Tensorflow==2.1.0 I'm getting an error No matching distribution found for Tensorflow==2.1.0. Only offered versions are 2.2.0 and higher.
Should the code be working with those?
The text was updated successfully, but these errors were encountered:
Version 2.2.0 is working, but version 2.3.0 gives me this error ValueError: All layers added to a Sequential model should have unique names. Name "relu" is already the name of a layer in this model. Update the name argument to pass a unique name.
When I try to install tensorflow with
pip install Tensorflow==2.1.0
I'm getting an errorNo matching distribution found for Tensorflow==2.1.0
. Only offered versions are 2.2.0 and higher.Should the code be working with those?
The text was updated successfully, but these errors were encountered: