2019年7月26日 星期五

在anaconda 下,tensorflow 如何降版本?



例如tensorflow 1.13.0降到 1.12.0

conda install tensorflow=1.12.0
會問你是否要降..包含其他dependency 套件也一併會降

回答Y, 就會開始降版

之後再檢查版本是否己降版
import tensorflow as tf
print(tf.__version__)


沒有留言 :

張貼留言