README.md 6.4 KB
Newer Older
W
wizardforcel 已提交
1
# <center>PyTorch 中文教程 & 文档</center>
W
mkdocs  
wizardforcel 已提交
2

W
wizardforcel 已提交
3 4
![](docs/img/logo.svg)

片刻小哥哥's avatar
片刻小哥哥 已提交
5 6 7
<center>PyTorch 是一个针对深度学习, 并且使用 GPU 和 CPU 来优化的 tensor library (张量库)</center>
<br/>
<table>
片刻小哥哥's avatar
片刻小哥哥 已提交
8
  <tr align="center">
片刻小哥哥's avatar
片刻小哥哥 已提交
9
    <td colspan="4"><a title="Pytorch 1.7 中文版本" href="https://pytorch.apachecn.org/docs/1.7/" target="_blank"><font size="5">正在校验: 1.7 中文版本</font></a></td>
片刻小哥哥's avatar
片刻小哥哥 已提交
10
  </tr>
片刻小哥哥's avatar
片刻小哥哥 已提交
11
  <tr align="center">
12 13
    <td colspan="2"><a title="Pytorch 最新 英文教程" href="https://pytorch.org/tutorials/" target="_blank"><font size="5">最新 英文教程</font></a></td>
    <td colspan="2"><a title="Pytorch 最新 英文文档" href="https://pytorch.org/docs/master/" target="_blank"><font size="5">最新 英文文档</font></a></td>
片刻小哥哥's avatar
片刻小哥哥 已提交
14 15
  </tr>
  <tr align="center">
片刻小哥哥's avatar
片刻小哥哥 已提交
16 17
    <td colspan="2"><a title="Pytorch 1.4 中文版本" href="https://pytorch.apachecn.org/docs/1.4/" target="_blank"><font size="5">1.4 中文版本</font></a></td>
    <td colspan="2"><a title="Pytorch 1.0 中文版本" href="https://pytorch.apachecn.org/docs/1.0/" target="_blank"><font size="5">1.0 中文版本</font></a></td>
18 19
  </tr>
  <tr align="center">
片刻小哥哥's avatar
片刻小哥哥 已提交
20 21
    <td colspan="2"><a title="Pytorch 0.3 中文版本" href="https://pytorch.apachecn.org/docs/0.3/" target="_blank"><font size="5">0.3 中文版本</font></a></td>
    <td colspan="2"><a title="Pytorch 0.2 中文版本" href="https://pytorch.apachecn.org/docs/0.2/" target="_blank"><font size="5">0.2 中文版本</font></a></td>
片刻小哥哥's avatar
片刻小哥哥 已提交
22 23 24
  </tr>
</table>
<br/>
W
mkdocs  
wizardforcel 已提交
25

片刻小哥哥's avatar
片刻小哥哥 已提交
26
---
W
mkdocs  
wizardforcel 已提交
27

片刻小哥哥's avatar
片刻小哥哥 已提交
28 29 30 31 32 33 34
## 介绍

欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。

> 组织构建[网站]

+ GitHub Pages(国外): https://pytorch.apachecn.org
片刻小哥哥's avatar
片刻小哥哥 已提交
35
+ Gitee Pages(国内): https://apachecn.gitee.io/pytorch-doc-zh
片刻小哥哥's avatar
片刻小哥哥 已提交
36 37 38 39 40 41 42 43 44

> 第三方站长[网站]

+ pytorch 中文文档: https://www.bookstack.cn/search/result?wd=pytorch
+ 地址A: xxx (欢迎留言,我们完善补充)

> 其他补充

+ [ApacheCN 学习资源](http://www.apachecn.org)
片刻小哥哥's avatar
片刻小哥哥 已提交
45
+ [PyTorch 中文翻译组 | ApacheCN 713436582](http://shang.qq.com/wpa/qunwpa?idkey=349eb1bbaeeff1cf20408899cbe75669132ef145ff5ee6599f78a77dd144c367)
46

47 48
> 版本特性

片刻小哥哥's avatar
片刻小哥哥 已提交
49
* [PyTorch V1.2 新特性](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.2.html)
片刻小哥哥's avatar
片刻小哥哥 已提交
50
* [PyTorch V1.3 新特性](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.3.html)
51
* [PyTorch V1.4 新特性](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.4.html)
52

片刻小哥哥's avatar
片刻小哥哥 已提交
53
> PyTorch 官方入口
54 55 56 57 58

* 中文文档: <https://pytorch.org/resources>

![](docs/img/resources.jpg)

W
wizardforcel 已提交
59 60
## 下载

W
wizardforcel 已提交
61 62 63 64 65 66 67 68
### Docker

```
docker pull apachecn0/pytorch-doc-zh
docker run -tid -p <port>:80 apachecn0/pytorch-doc-zh
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
### PYPI

```
pip install pytorch-doc-zh
pytorch-doc-zh <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g pytorch-doc-zh
pytorch-doc-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
85
## 贡献指南
86

片刻小哥哥's avatar
片刻小哥哥 已提交
87
项目当前处于校对阶段,请查看[贡献指南](CONTRIBUTING.md),并在[整体进度](https://github.com/apachecn/pytorch-doc-zh/issues/487)中领取任务。
W
wizardforcel 已提交
88

89
> 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
90

布客飞龙 已提交
91 92 93 94 95 96
## DOCX:开放共享科研记录行动倡议

我们积极响应[科研开源计划(DOCX)](https://mmcheng.net/docx/)。如今开源不仅仅是开放源码,还包括数据集、模型、教程和实验记录。我们也在探讨其它类别的开源方案和协议。

希望大家了解这个倡议,把这个倡议与自己的兴趣点结合,做点力所能及的事情。每个人的微小的贡献,汇聚在一起就是整个开源生态。

97 98
## 项目看板

99
> 项目 PyTorch 1.4 看板
100 101 102 103 104

* 负责人: 记得更新和优化
* 地址: https://github.com/apachecn/pytorch-doc-zh/projects/2

> 项目 PyTorch 1.0 看板
105 106 107 108 109 110 111 112

* 负责人: 记得更新和优化
* 地址: https://github.com/apachecn/pytorch-doc-zh/projects/1

## 项目负责人

格式: GitHub + QQ

113
> 第4期 1.2/1.4 (2019-09-17)
114 115

* [片刻](https://github.com/jiangzhonglian): 529815144
116 117
* [Alex](https://github.com/AlexJakin): 1272296763
* [Holly](https://github.com/kunwuz): 514397511
N
N!no 已提交
118
* [N!no](https://github.com/lovelybuggies): 1352899627
Q
qiwei_ji 已提交
119 120
* [qiwei_ji](https://github.com/GG-yuki): 1390867192

121

飞龙 已提交
122
> 第3期 1.0 (2019-06-10)
123

F
Font Tian 已提交
124
* [FontTian](https://github.com/FontTian): 2404846224
125
* [Smile](https://github.com/Smilexuhc): 240485545
片刻小哥哥's avatar
片刻小哥哥 已提交
126
* [Ir1dXD](https://github.com/Ir1d): 1953959092
127 128 129
* [Kai He](https://github.com/hekind): 254108879
* [gongel](https://github.com/gongel): 1324522527
* [cluster](https://github.com/infdahai): 859287553
片刻小哥哥's avatar
片刻小哥哥 已提交
130
* [sunxia233](https://github.com/sunxia233): 871171307
131 132
* [kunwuz](https://github.com/kunwuz): 514397511

飞龙 已提交
133 134 135 136 137 138 139
> 第2期 1.0 (2019-01-22)

* [飞龙](https://github.com/wizardforcel): 562826179
* [片刻](https://github.com/jiangzhonglian): 529815144
* [咸鱼](https://github.com/Watermelon233): 1034616238

> 第1期 0.3 (2018-04-04)
140

片刻小哥哥's avatar
片刻小哥哥 已提交
141
* [那伊抹微笑](https://github.com/wangyangting): 1042658081
142 143 144 145 146
* [飞龙](https://github.com/wizardforcel): 562826179
* [片刻](https://github.com/jiangzhonglian): 529815144
* [咸鱼](https://github.com/Watermelon233): 1034616238
* [Twinkle](https://github.com/kemingzeng): 1097078987

片刻小哥哥's avatar
片刻小哥哥 已提交
147
-- 负责人要求: (欢迎一起为 `Pytorch 中文版本` 做贡献)
飞龙 已提交
148

149
* 热爱开源,喜欢装逼
150
* 长期使用 PyTorch(至少1年)
151
* 能够有时间及时优化页面bug和用户issues
152
* 由于会不定期和 **PyTorch 官方** 进行issues or email 交流,所以更要积极主动
153 154
* 试用期: 2个月
* 欢迎联系: [片刻](https://github.com/jiangzhonglian) 529815144
飞龙 已提交
155

W
mkdocs  
wizardforcel 已提交
156 157
## 建议反馈

158 159
* 在我们的 [apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh) github 上提 issue.
* 发邮件到 Email: `apachecn@163.com`.
片刻小哥哥's avatar
片刻小哥哥 已提交
160
* 在我们的 [QQ群: 加入方式](https://docs.apachecn.org/join) 中联系群主/管理员即可.
W
mkdocs  
wizardforcel 已提交
161

162 163 164 165
## 关于转载

* **最近有很多人联系我们,关于内容授权问题!**
* 开源是指知识应该重在传播和迭代(而不是禁止别人转载)
片刻小哥哥's avatar
片刻小哥哥 已提交
166
* 不然你TM在GitHub开源,然后又说不让转载,你TM有病吧!
167 168
* 禁止商业化,符合协议规范,备注地址来源,**重点: 不需要**发邮件给我们申请

W
mkdocs  
wizardforcel 已提交
169 170
## 赞助我们

片刻小哥哥's avatar
片刻小哥哥 已提交
171
<img src="http://data.apachecn.org/img/about/donate.jpg" alt="微信&支付宝" />