Skip to content

Commit 5aa43c2

Browse files
authored
Removed redundant tip to run in Colab, fix spelling
1 parent f8d3ff7 commit 5aa43c2

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

en-wordlist.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RRef
1010
OOM
1111
subfolder
1212
Dialogs
13+
PennFudan
1314
performant
1415
multithreading
1516
linearities
@@ -30,6 +31,8 @@ breakpoint
3031
MobileNet
3132
DeepLabV
3233
Resampling
34+
RCNN
35+
RPN
3336
APIs
3437
ATen
3538
AVX
@@ -134,6 +137,7 @@ LRSchedulers
134137
Lua
135138
Luong
136139
macos
140+
mAP
137141
MLP
138142
MLPs
139143
MNIST
@@ -165,10 +169,12 @@ OU
165169
PIL
166170
PPO
167171
Plotly
172+
pre
168173
Prec
169174
Profiler
170175
PyTorch's
171176
RGB
177+
RGBA
172178
RL
173179
RNN
174180
RNNs
@@ -331,6 +337,7 @@ jit
331337
jitter
332338
jpg
333339
judgements
340+
keypoint
334341
kwargs
335342
labelled
336343
learnable
@@ -411,6 +418,7 @@ reinitializes
411418
relu
412419
reproducibility
413420
rescale
421+
rescaling
414422
resnet
415423
restride
416424
rewinded
@@ -462,10 +470,12 @@ torchscriptable
462470
torchtext
463471
torchtext's
464472
torchvision
473+
TorchVision
465474
torchviz
466475
traceback
467476
tradeoff
468477
tradeoffs
478+
uint
469479
uncomment
470480
uncommented
471481
underflowing

intermediate_source/torchvision_tutorial.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66

77
######################################################################
88
#
9-
# .. tip::
10-
#
11-
# To get the most of this tutorial, we suggest using this
12-
# `Colab Version <https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/torchvision_finetuning_instance_segmentation.ipynb>`_.
13-
# This will allow you to experiment with the information presented below.
14-
#
15-
#
169
# For this tutorial, we will be finetuning a pre-trained `Mask
1710
# R-CNN <https://arxiv.org/abs/1703.06870>`_ model on the `Penn-Fudan
1811
# Database for Pedestrian Detection and

0 commit comments

Comments
 (0)