深度学习-Tensorflow 安装和入门
1,安装
我这里用的是Windows 10 WSL
pip3 查看安装情况;
pip3 list
如果tf有安装,就安装
pip3 install tensorflow
Collecting tensorflow
Downloading https://files.pythonhosted.org/packages/de/f0/96fb2e0412ae9692dbf400e5b04432885f677ad6241c088ccc5fe7724d69/tensorflow-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (109.2MB) 10% |███▌ | 11.9MB 869kB/s eta 0:01:52
https://blog.csdn.net/weixin_38113808/article/details/90052159
https://blog.csdn.net/intflojx/article/details/85541343?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param
2,入门
来自简书Bobby0322作者,推荐;
还没有评论,来说两句吧...