Skip to content

Commit

Permalink
Merge pull request #586 from jiangzhonglian/master
Browse files Browse the repository at this point in the history
更新 PyTorch 新特性,添加V2.0新特性
  • Loading branch information
jiangzhonglian committed Jun 26, 2023
2 parents 83c4846 + 9a8377f commit d86782f
Show file tree
Hide file tree
Showing 8 changed files with 313 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

> 版本特性
* [PyTorch V1.2 新特性](LatestChanges/PyTorch_V1.2)
* [PyTorch V1.3 新特性](LatestChanges/PyTorch_V1.3)
* [PyTorch V1.4 新特性](LatestChanges/PyTorch_V1.4)
* [PyTorch V1.5 新特性](LatestChanges/PyTorch_V1.5)
* [PyTorch V1.2 新特性](docs/LatestChanges/PyTorch_V1.2)
* [PyTorch V1.3 新特性](docs/LatestChanges/PyTorch_V1.3)
* [PyTorch V1.4 新特性](docs/LatestChanges/PyTorch_V1.4)
* [PyTorch V1.5 新特性](docs/LatestChanges/PyTorch_V1.5)

> PyTorch 官方入口
Expand Down
4 changes: 2 additions & 2 deletions docs/LatestChanges/PyTorch_V1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
>
> 译者:[@片刻](https://github.com/jiangzhonglian)
>
> 原文: [PyTorch](https://pytorch.org/blog/pytorch-1.2-and-domain-api-release/)
> 原文: <https://pytorch.org/blog/pytorch-1.2-and-domain-api-release>
>
> 翻译: [ApacheCN](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.2.html)
> 翻译: <https://pytorch.apachecn.org/LatestChanges/PyTorch_V1.2>

自PyTorch 1.0发布以来,我们已经看到社区扩展到添加新工具,为PyTorch Hub中可用的越来越多的模型做出贡献,并不断增加研究和生产中的使用。
Expand Down
4 changes: 2 additions & 2 deletions docs/LatestChanges/PyTorch_V1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
>
> 译者:[@片刻](https://github.com/jiangzhonglian)
>
> 原文: [PyTorch](https://pytorch.org/blog/pytorch-1-dot-3-adds-mobile-privacy-quantization-and-named-tensors/)
> 原文: <https://pytorch.org/blog/pytorch-1-dot-3-adds-mobile-privacy-quantization-and-named-tensors>
>
> 翻译: [ApacheCN](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.3.html)
> 翻译: <https://pytorch.apachecn.org/LatestChanges/PyTorch_V1.3>
PyTorch继续获得动力,这是因为其专注于满足研究人员的需求,其简化的生产使用工作流程,并且最重要的是,由于它得到了AI社区的热情支持。正如[O'Reilly所指出的那样,仅在2019年上半年,PyTorch在ArXiv上的引用就增长了194%](https://www.oreilly.com/ideas/one-simple-graphic-researchers-love-pytorch-and-tensorflow?fbclid=IwAR3kYmlyD7zky37IYFu0cafQn7yemhl8P-7MNyB30z0q5RDzxcTOrP8kxDk) ,该平台的贡献者数量在去年增长了50%以上,达到近1200个。Facebook,Microsoft,Uber和其他行业的组织越来越多地将其用作最重要的机器学习(ML)研究和生产工作负载的基础。

Expand Down
6 changes: 3 additions & 3 deletions docs/LatestChanges/PyTorch_V1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
>
> 译者:[@片刻](https://github.com/jiangzhonglian)
>
> 原文: [PyTorch](https://pytorch.org/blog/pytorch-1-dot-4-released-and-domain-libraries-updated/)
> 原文: <https://pytorch.org/blog/pytorch-1-dot-4-released-and-domain-libraries-updated>
>
> 翻译: [ApacheCN](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.4.html)
> 翻译: <https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.4>
通过PyTorch团队
**来自 PyTorch团队**

今天,我们宣布PyTorch 1.4的可用性以及PyTorch域库的更新。这些版本以[NeurIPS 2019](https://pytorch.org/blog/pytorch-adds-new-tools-and-libraries-welcomes-preferred-networks-to-its-community/)的公告为[基础](https://pytorch.org/blog/pytorch-adds-new-tools-and-libraries-welcomes-preferred-networks-to-its-community/),在此我们共享了PyTorch Elastic的可用性,新的图像和视频分类框架以及PyTorch社区中添加了Preferred Networks。对于参加NeurIPS研讨会的人员,请在[此处](https://research.fb.com/neurips-2019-expo-workshops/)找到内容。

Expand Down
4 changes: 2 additions & 2 deletions docs/LatestChanges/PyTorch_V1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
>
> 译者:[@片刻](https://github.com/jiangzhonglian)
>
> 原文: [PyTorch](https://pytorch.org/blog/pytorch-1-dot-4-released-and-domain-libraries-updated/)
> 原文: <https://pytorch.org/blog/pytorch-1-dot-5-released-with-new-and-updated-apis>
>
> 翻译: [ApacheCN](https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.4.html)
> 翻译: <https://pytorch.apachecn.org/docs/LatestChanges/PyTorch_V1.5>
**来自 PyTorch团队**

Expand Down
294 changes: 294 additions & 0 deletions docs/LatestChanges/PyTorch_V2.0.md

Large diffs are not rendered by default.

Binary file added docs/LatestChanges/img/pytorch20post.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ extra_javascript:

nav:
- "PyTorch 中文文档 & 教程": "index.md"
- "PyTorch 新特性":
- "V2.0": "LatestChanges/PyTorch_V2.0.md"
- "V1.5": "LatestChanges/PyTorch_V1.5.md"
- "V1.4": "LatestChanges/PyTorch_V1.4.md"
- "V1.3": "LatestChanges/PyTorch_V1.3.md"
- "V1.2": "LatestChanges/PyTorch_V1.2.md"
- "PyTorch 2.0 中文文档 & 教程":
- "中文教程":
- "介绍": "2.0/tutorials/README.md"
Expand Down

1 comment on commit d86782f

@vercel
Copy link

@vercel vercel bot commented on d86782f Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pytorch-doc-zh – ./

pytorch-doc-zh-apachecn.vercel.app
pytorch-doc-zh-git-master-apachecn.vercel.app
pytorch-doc-zh.vercel.app

Please sign in to comment.