Skip to content

Commit fc22e9c

Browse files
committed
Update README.md
1 parent 2b5e669 commit fc22e9c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<details>
7070
<summary>展开查看</summary>
7171
<pre>
72-
<code>
7372
* Part 1: Introduction to PyTorch and using tensors
7473
* Part 2: Building fully-connected neural networks with PyTorch
7574
* Part 3: How to train a fully-connected network with backpropagation on MNIST
@@ -78,7 +77,6 @@
7877
* Part 6: How to save and load trained models
7978
* Part 7: Load image data with torchvision, also data augmentation
8079
* Part 8: Use transfer learning to train a state-of-the-art image classifier for dogs and cats
81-
</code>
8280
</pre>
8381
</details>
8482
* [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
@@ -168,6 +166,10 @@
168166
## 以下是一些独立的教程
169167

170168
### 1) [PyTorch深度学习:60分钟入门与实战](https://github.com/bat67/Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn)
169+
170+
<details>
171+
<summary>展开查看</summary>
172+
<pre>
171173

172174
* 什么是PyTorch?(What is PyTorch?)
173175

@@ -218,9 +220,15 @@
218220
* [8个GPU](https://github.com/bat67/Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn/blob/master/Optional_Data_Parallelism/数据并行处理.md#8个gpu)
219221
* [总结](https://github.com/bat67/Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn/blob/master/Optional_Data_Parallelism/数据并行处理.md#总结)
220222

223+
</pre>
224+
</details>
221225

222226
### 2) [Learning PyTorch with Examples 用例子学习PyTorch](https://github.com/bat67/pytorch-examples-cn)
223227

228+
<details>
229+
<summary>展开查看</summary>
230+
<pre>
231+
224232
* 张量(Tensors)
225233

226234
* [热身:使用NumPy](https://github.com/bat67/pytorch-examples-cn/tree/master/热身%EF%BC%9A使用NumPy)
@@ -239,7 +247,8 @@
239247
* [PyTorch:定制神经网络nn模块](https://github.com/bat67/pytorch-examples-cn/tree/master/PyTorch%EF%BC%9A定制神经网络nn模块)
240248
* [PyTorch:控制流和参数共享](https://github.com/bat67/pytorch-examples-cn/tree/master/PyTorch%EF%BC%9A控制流和参数共享)
241249

242-
250+
</pre>
251+
</details>
243252

244253
## How to run? 推荐的运行方式
245254

0 commit comments

Comments
 (0)