手记

神经网络-初用tensorflow所遇问题

安装:

1、安装慢

pip3 install -i https://pypi.douban.com/simple tensorflow #代替pip3 install tensorflow
# -i https://pypi.douban.com/simple  为豆瓣安装源

2、安装错误:

信息:Could not install packages due to an EnvironmentError: [Errno 28]
解决方案:
原来版本为python3.8-32bit,更换python版本为python3.7-64bit,tensorflow目前支持3.5-3.6(64bit)

3、导入错误:

4、运行错误:

信息:The Session graph is empty. Add operations to the graph before calling run()
解决方案:版本问题,详细查看官网
https://tensorflow.google.cn/guide/migrate

1人推荐
随时随地看视频
慕课网APP