OS/Linux

Install TensorFlow 2

강서버 2020. 2. 23. 21:57
728x90
반응형

# Requires the latest pip
$ pip install --upgrade pip

# Current stable release for CPU and GPU
$ pip install tensorflow

# Or try the preview build (unstable)
$ pip install tf-nightly

 

https://www.tensorflow.org/install

728x90
반응형

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

Tensorflow2.x libnvinfer.so.6 libnvinfer_plugin.so.6 error  (0) 2020.02.23
Tensorflow install  (0) 2020.02.23
top 특정 프로세스 모니터링  (0) 2020.01.16
System monitor Htop install  (0) 2020.01.16
Linux(Ubuntu/CentOS) Intel GPU Monitor  (0) 2019.12.21