Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 0d174b1

Browse files
authored
Update Fine Tuning Torchvision Models.md
1 parent 92ea2cd commit 0d174b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tutorials/Fine Tuning Torchvision Models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,13 @@ print('Predicted: ', ' '.join('%5s' % predicted[j]
285285
|---------------|------ |------------ |
286286
| ResNet 34 | 30 | 72% |
287287
| ResNet 50 | 30 | 75% |
288+
| AlexNet | 30 | 76% |
288289
| ResNet 101 | 30 | 77% |
289290
| densenet 161 | 30 | 77% |
290291

291292

292293

294+
293295
## License
294296

295297
[BSD 3-Clause License](https://github.com/pytorch/tutorials/blob/master/LICENSE)

0 commit comments

Comments
 (0)