pytorch学习资料链接
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学习资料链接的更多相关文章
- React-Native 常用组件学习资料链接
以下链接是自己开发RN工程时参考的一些不错的资料,给喜欢学习的朋友分享以下. React-Native组件用法详解之ListViewhttp://www.jianshu.com/p/1293bb8ac ...
- 20180122 PyTorch学习资料汇总
PyTorch发布一年团队总结:https://zhuanlan.zhihu.com/p/33131356?gw=1&utm_source=qq&utm_medium=social 官 ...
- iOS学习资料链接
http://www.cocoachina.com/ios/20150111/10894.html
- python学习资料链接
1.入门与量化:https://www.v2ex.com/t/257297
- 微服务-springcloud学习资料链接
API文档:https://springcloud.cc/spring-cloud-dalston.html#_spring_cloud_netflix 中文社区:http://springcloud ...
- wpf学习资料链接(做记录)
1.wpf快速入门系列:https://www.cnblogs.com/zhili/tag/WPF/
- Netty 学习资料
Netty 学习资料 Netty 学习资料 链接网址 说明 Netty 4.x 用户指南 http://wiki.jikexueyuan.com/project/netty-4-user-guide/ ...
- CS学习资料百度云链接
CS学习资料百度云链接 [0]Springboot微服务开发天气预报系统视频教程https://pan.baidu.com/s/1joz7flyztCq8oklBlsz8dQ提取密码:cpz7 [1] ...
- (zhuan) 深度学习全网最全学习资料汇总之模型介绍篇
This blog from : http://weibo.com/ttarticle/p/show?id=2309351000224077630868614681&u=5070353058& ...
随机推荐
- spring整合junit报错
1.Could not autowire field: private javax.servlet.http.HttpServletRequest 参考:https://www.cnblogs.com ...
- 创建spark_读取数据
在2.0版本之前,使用Spark必须先创建SparkConf和SparkContext,不过在Spark2.0中只要创建一个SparkSession就够了,SparkConf.SparkContext ...
- 1021. Remove Outermost Parentheses删除最外层的括号
网址:https://leetcode.com/problems/remove-outermost-parentheses/ 使用栈的思想,选择合适的判断时机 class Solution { pub ...
- jmeter工具应用1
1.Jmeter介绍 Apache JMeter 是Apache组织的开放源代码项目,是一个纯Java桌面应用,用于压力测试和性能测量.它最初被设计用于Web应用测试但后来扩展到其它测试领域. 操 ...
- 多线程thread的使用
1.thread是多线程,凡是thread的子类都是一个线程. 2.thread必须调用start方法进开启线程,不能直接调用Runnable中的run方法,因为直接调用run方法没有创建新的线程,就 ...
- 网站压力测试工具http_load的安装与使用
一.安装 1.下载地址:http://www.acme.com/software/http_load/http_load-09Mar2016.tar.gz 2.解压后进入目录,执行make & ...
- css颜色的五种表示方法
一.最简单.最古老的颜色类型在CSS颜色的关键词,如red blue等. 二.十六进制值,如#0000. 三.RGB: rgb(255,0,0),这是给定的三个参数表示的红色,绿色和蓝色通道的颜色值每 ...
- python-面向对象:类与类之间的关系和特殊成员
# class Person: # def play(self, tools): # 通过参数的传递把另外一个类的对象传递进来 # tools.run() # print("很开心, 我能玩 ...
- reduction_indices in tensorflow
https://www.cnblogs.com/likethanlove/p/6547405.html
- 指导手册01:安装Hadoop
指导手册01:安装Hadoop Part 1:安装及配置虚拟机 1.安装Linux. (1)打开VMvirtualBox (2) 控制->新建虚拟机,输入虚拟机名称“marst+学号” 类型: ...