我目前在Mac OS上安装Tensorflow GPU时遇到问题
我已卸载tensorflow 1.14并尝试安装tensorflow 1.14 GPU以训练模型。
(deepspeech-venv) Chabanis-MacBook-Pro:Deepspeech chabani$ pip3 install 'tensorflow-gpu==1.14.0'
Collecting tensorflow-gpu==1.14.0
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.14.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.14.0
我希望这会正确安装Tensorflow GPU 1.14。我在哪里错了?