Skip to content

Commit b99753a

Browse files
authored
Fix redirect: finetuning_torchvision_models → transfer_learning_tutorial (#3721)
Fixes #3720 ## Description The original tutorial covered Image Classification with hymenoptera_data. Changed redirect from torchvision_tutorial (Object Detection) to transfer_learning_tutorial (same task and dataset).
1 parent afcd23a commit b99753a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Finetuning Torchvision Models
22
=============================
33

4-
This tutorial has been moved to https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html
4+
This tutorial has been moved to https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html
55

66
It will redirect in 3 seconds.
77

88
.. raw:: html
99

10-
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html'" />
10+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html'" />

0 commit comments

Comments
 (0)