2017年12月25日15:06:44
官方文档:http://pytorch.org/docs/master/index.html
官方文档中文翻译:https://pytorch-cn.readthedocs.io/zh/latest/
60分钟入门:http://www.pytorchtutorial.com/pytorch-60-minuites/
https://zhuanlan.zhihu.com/p/25572330
XavierLin的炼丹房:https://zhuanlan.zhihu.com/XavierLin
相关:
零基础入门深度学习:https://www.zybuluo.com/hanbingtao/note/485480
卷积动图演示:https://github.com/vdumoulin/conv_arithmetic/blob/master/README.md
李理:详解卷积神经网络:http://geek.csdn.net/news/detail/127365
CNN编年史:https://www.zhihu.com/question/53727257/answer/136261195
从AlexNet到ResNet,从里程碑到里程碑:https://zhuanlan.zhihu.com/p/30564891
DeepLearningFromScratch:https://github.com/minghao-wu/DeepLearningFromScratch/tree/master/AlexNet
https://zhuanlan.zhihu.com/p/30564891
变形卷积核、可分离卷积:https://zhuanlan.zhihu.com/p/28749411
知乎 陈云 写了本 pytorch0.2 的书
linux pip 2.7 cuda9.0
pip install http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl
pip install torchvision
3.6
pip3 install http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl
pip3 install torchvision