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
Could you please tell me what are the requirements so that I can create a new virtual environment and try to implement the code. With tf 2.0, it has all changed and without the exact version of the libraries, it might throw an error which will take me days to debug.
The text was updated successfully, but these errors were encountered:
@javoweb Reported below error while I run pip install tensorflow-gpu==1.15, seems that version not exist.
Collecting tensorflow-gpu==1.15
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement tensorflow-gpu==1.15 (from versions: 0.12.0, 0.12.1, 1.0.0, 1.0.1, 1.1.0)
No matching distribution found for tensorflow-gpu==1.15
You are using pip version 9.0.1, however version 20.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Could you please tell me what are the requirements so that I can create a new virtual environment and try to implement the code. With tf 2.0, it has all changed and without the exact version of the libraries, it might throw an error which will take me days to debug.
The text was updated successfully, but these errors were encountered: