You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@
69
69
<details>
70
70
<summary>展开查看</summary>
71
71
<pre>
72
-
<code>
73
72
* Part 1: Introduction to PyTorch and using tensors
74
73
* Part 2: Building fully-connected neural networks with PyTorch
75
74
* Part 3: How to train a fully-connected network with backpropagation on MNIST
@@ -78,7 +77,6 @@
78
77
* Part 6: How to save and load trained models
79
78
* Part 7: Load image data with torchvision, also data augmentation
80
79
* Part 8: Use transfer learning to train a state-of-the-art image classifier for dogs and cats
81
-
</code>
82
80
</pre>
83
81
</details>
84
82
*[PyTorch1.0-Zero-To-All](https://github.com/bat67/pytorch-tutorials-examples-and-books/tree/master/PyTorch-Zero-To-All-%5BPyTorch1.0%5D):Slides-newest from Google Drive
0 commit comments