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

yunjey/pytorch-tutorial:https://github.com/yunjey/pytorch-tutorial

吐血整理:PyTorch项目代码与资源列表 | 资源下载:https://zhuanlan.zhihu.com/p/28475866

新手如何入门pytorch?:https://www.zhihu.com/question/55720139/answer/151430115

fcn https://github.com/wkentaro/pytorch-fcn

相关:

零基础入门深度学习: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

pytorch学习资料链接的更多相关文章

  1. React-Native 常用组件学习资料链接

    以下链接是自己开发RN工程时参考的一些不错的资料,给喜欢学习的朋友分享以下. React-Native组件用法详解之ListViewhttp://www.jianshu.com/p/1293bb8ac ...

  2. 20180122 PyTorch学习资料汇总

    PyTorch发布一年团队总结:https://zhuanlan.zhihu.com/p/33131356?gw=1&utm_source=qq&utm_medium=social 官 ...

  3. iOS学习资料链接

    http://www.cocoachina.com/ios/20150111/10894.html

  4. python学习资料链接

    1.入门与量化:https://www.v2ex.com/t/257297

  5. 微服务-springcloud学习资料链接

    API文档:https://springcloud.cc/spring-cloud-dalston.html#_spring_cloud_netflix 中文社区:http://springcloud ...

  6. wpf学习资料链接(做记录)

    1.wpf快速入门系列:https://www.cnblogs.com/zhili/tag/WPF/

  7. Netty 学习资料

    Netty 学习资料 Netty 学习资料 链接网址 说明 Netty 4.x 用户指南 http://wiki.jikexueyuan.com/project/netty-4-user-guide/ ...

  8. CS学习资料百度云链接

    CS学习资料百度云链接 [0]Springboot微服务开发天气预报系统视频教程https://pan.baidu.com/s/1joz7flyztCq8oklBlsz8dQ提取密码:cpz7 [1] ...

  9. (zhuan) 深度学习全网最全学习资料汇总之模型介绍篇

    This blog from : http://weibo.com/ttarticle/p/show?id=2309351000224077630868614681&u=5070353058& ...

随机推荐

  1. Python requests代理

    self.ip=requests.get('http:ip获取') self.ip=(self.ip.text).replace('\r','').replace('\n','') print('IP ...

  2. Lua 语言基本语法

    第一个 Lua 程序 .交互式编程 Lua 提供了交互式编程模式.我们可以在命令行中输入程序并立即查看效果. Lua 交互式编程模式可以通过命令 lua -i 或 lua 来启用 .脚本式编程 我们可 ...

  3. 从rnn到lstm,再到seq2seq(一)

    rnn的的公式很简单: 对于每个时刻,输入上一个时刻的隐层s和这个时刻的文本x,然后输出这个时刻的隐层s.对于输出的隐层s 做个ws+b就是这个时刻的输出y. tf.scan(fn, elems, i ...

  4. 3. Longest Substring Without Repeating Characters无重复字符的最长子串

    网址:https://leetcode.com/problems/longest-substring-without-repeating-characters/ 显然采用sliding window滑 ...

  5. zabbix3.4.7常用监控项

    Zabbix中内置了很多监控参数(Key_),可以获取监控对象中的系统.CPU.网络.内存.文件系统等信息.下面就详细介绍一下这些监控参数的意义. 1. 测试获取监控参数内容的方法 在Zabbix S ...

  6. centos 安装composer

    1 下载composer.phar curl -sS https://getcomposer.org/installer | php 2 设置全局调用 mv composer.phar /usr/lo ...

  7. 认识jmeter

    1.jmeter是什么:Apache Jmeter是Apache组织开发的基于java的压力测试工具. Jmeter可用于对服务器.网络或对象模拟巨大的负载,来自不同压力类别下测试他们的强度和分析整体 ...

  8. python类属性和类方法(类的结构、实例属性、静态方法)

    类属性和类方法 目标 类的结构 类属性和实例属性 类方法和静态方法 01. 类的结构 1.1 术语 —— 实例 使用面相对象开发,第 1 步 是设计 类 使用 类名() 创建对象,创建对象 的动作有两 ...

  9. Building tools 为什么是主流?

    一.building tools 为什么主流? Gradle 是目前比较流行的构建工具之一,Android Studio 中集成的就是 Gradle,并针对 Android 应用开发了插件 Gradl ...

  10. springcloud学习总结

    最近花了一周的时间对springcloud的常用组件进行了一些入门级的了解,也破天荒的积极起来用博客进行了学习的记录,只是希望以后用的时候能对自己有所帮助,也希望给跟我一样对springcloud毫无 ...