Windows平台TensorFlow入门之环境升级 触琴触景即伤情 2018-08-14 241 阅读1分钟 2018.08.14 在咕咕咕的这段时间tensorflow更新了两个版本,1.9.0和1.10.0,升级一下环境到最新 pip install -U tensorflow -i http://pypi.douban.com/simple 如果提示不受信任: pip install -U tensorflow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com