1 Star 0 Fork 71

Wang_yng / pytorch-doc-zh

forked from OpenDocCN / pytorch-doc-zh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
former_torchies_tutorial.md 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
布客飞龙 提交于 2019-02-22 11:20 . 2019-02-22 11:20:27

PyTorch for former Torch users

译者:@unknown

校对者:@bringtree

Author: Soumith Chintala

在本教程中, 你将学习到以下内容:

  1. 使用 torch Tensors, 它和 (Lua)Torch 有很大的不同
  2. 使用 autograd package
  3. 构建神经网络
  • 构建一个 ConvNet
  • 构建一个 Recurrent Net
  1. 使用多个 GPUs

http://pytorch.apachecn.org/cn/tutorials/_images/tensor_illustration_flat.png

Tensors

http://pytorch.apachecn.org/cn/tutorials/_images/Variable1.png

Autograd (自动求导)

http://pytorch.apachecn.org/cn/tutorials/_images/torch-nn-vs-pytorch-nn1.png

nn package

http://pytorch.apachecn.org/cn/tutorials/_images/sphx_glr_parallelism_tutorial_thumb.png

Multi-GPU examples

1
https://gitee.com/wang-yng/pytorch-doc-zh.git
git@gitee.com:wang-yng/pytorch-doc-zh.git
wang-yng
pytorch-doc-zh
pytorch-doc-zh
master

搜索帮助