Answers for "how to install tensorflow in old hardware"

0

how to install older version of tensorflow

pip install tensorflow=="version you want to install"
Posted by: Guest on May-26-2021
-1

install tensorflow gpu

pip3 uninstall tensorflow
pip3 install 'tensorflow-gpu==1.15.4'
Posted by: Guest on August-03-2021

Code answers related to "how to install tensorflow in old hardware"

Python Answers by Framework

Browse Popular Code Answers by Language