Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ML/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Werkzeug==0.15.4
wrapt==1.11.2

## Problem
# Collecting tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20))
# ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20)) (from versions: none)
# ERROR: No matching distribution found for tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20))
# Collecting tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20))
# ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20)) (from versions: none)
# ERROR: No matching distribution found for tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20))

## Solution
# python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
tensorflow-gpu==1.12.0
tensorflow-gpu==2.9.3
#tensorflow==1.14.0
2 changes: 1 addition & 1 deletion ML/requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ stevedore==1.30.0
system-service==0.3
systemd-python==234
tensorboard==1.12.1
tensorflow-gpu==1.12.0
tensorflow-gpu==2.9.3
termcolor==1.1.0
terminado==0.8.2
testpath==0.4.2
Expand Down