OS/Ubuntu

tensorflow install

강서버 2019. 11. 24. 01:06
728x90
반응형

1. pip3 use (python 3.x version)

 

1.1 tensorflow cpu version

$ pip3 install tensorflow

(uninstall $ pip3 uninstall tensorflow)

 

1.2 tensorflow gpu version

$ pip3 install tensorflow-gpu

(uninstall $ pip3 uninstall tensorflow-gpu)

 

 

2. pip use (python 2.x version)

 

2.1 tensorflow cpu version

$ pip install tensorflow

(uninstall $ pip uninstall tensorflow)

 

2.2 tensorflow gpu version

$ pip install tensorflow-gpu

(uninstall $ pip uninstall tensorflow-gpu)

728x90
반응형

'OS > Ubuntu' 카테고리의 다른 글

Ubuntu desktop shortcut  (0) 2020.02.19
pip3/pip install  (0) 2019.12.10
double commander qt5 libQt5Pas.so error  (0) 2019.11.20
Ubuntu 18.04 + VMware Workstation Player 15.5  (0) 2019.11.19
Disabling synaptic touchpad(Ubuntu)  (0) 2019.11.14