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
반응형