安装环境:
windows7 64位系统:
1.安装Python3.7.7
下载地址: https:///s/1Ym3fcObcNtJHGGiapC7ZeA 提取码: y23r
安装完成:
2.安装TensorFlow
运行以下命令:
pip install numpy pandas matplotlib sklearn tensorflow -i https://pypi.doubanio.com/simple
3.安装 jupyter notebook
运行以下命令:
pip install notebook -i https://pypi.doubanio.com/simple
最后我们打开notebook检验是否安装完成
cmd运行jupyter notebook
点击new新建一个文件
输入以下代码点击运行没有报错表示安装成功(*^▽^*)
import tensorflow as tf
print("tensorflow version:",tf.__version__)
如果大家运行报错 欢迎大家留言 记得点击关注我
温馨提示:
1.如果缺少the msvcp140_1.dll file 去https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads/ 下载Visual Studio2015-2019运行支持
,