美文网首页
pytorch基本步骤

pytorch基本步骤

作者: 想加颜表情的tsi | 来源:发表于2019-05-02 16:23 被阅读0次

进入jupyter:

source activate pytorch

LANG=zn jupyter notebook

写网络:

1.按着60min的写

2.复现论文

3.做网课的作业 如深度学习的

没有matplotlib的问题:

https://blog.csdn.net/csdn_am/article/details/79924744(got)

(不对的方法:

每次在jupyter notebook中写时,第一行加:

#!/usr/bin/env python

表明用的不是mac自带的python

再写:

%matplotlib inline

正确方法:

在Anaconda Navigator

https://blog.csdn.net/weixin_42898819/article/details/81481398

相关文章

网友评论

      本文标题:pytorch基本步骤

      本文链接:https://www.haomeiwen.com/subject/qkbnnqtx.html