[PyTorch] zergtant / pytorch-handbook - 1.3 PyTorch deep learning: 60 minutes Getting Started (Official)

[Column] PyTorch
Original link: https://github.com/zergtant/pytorch-handbook

PyTorch deep learning: 60 minutes Getting Started (Official)

This section is the official website of Deep Learning with PyTorch: A 60 Minute Blitz in Chinese, is currently in line to see all Chinese translated version are outdated, so just from the new translation again to ensure sync with the official

table of Contents

Automatic derivation of this chapter is the hardest hit by the conflict, recommended reading

  1. 张量——【PyTorch】zergtant/pytorch-handbook——1.3.1_tensor_tutorial
  2. Autograd: Automatic Derivation - [PyTorch] zergtant / pytorch-handbook - 1.3.2_autograd_tutorial
  3. Neural Network - [PyTorch] zergtant / pytorch-handbook - 1.3.3_neural_networks_tutorial
  4. Training a classifier - [PyTorch] zergtant / pytorch-handbook - 1.3.4_cifar10_tutorial
  5. Readings: parallel processing (multi-GPU) - [PyTorch] zergtant / pytorch-handbook - 1.3.5_data_parallel_tutorial

Explanation

All pictures in this chapter are from PyTorch official website, all copyright PyTorch.

Guess you like

Origin blog.csdn.net/TeFuirnever/article/details/94656485