进入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
网友评论