Skip to content

Commit 2d9d9b6

Browse files
committed
Automated tutorials push
1 parent 33bd4a8 commit 2d9d9b6

File tree

195 files changed

+13814
-13666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+13814
-13666
lines changed

_downloads/6042bacf7948939030769777afe22e55/data_loading_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def show_landmarks_batch(sample_batched):
445445
# from torchvision import transforms, datasets
446446
#
447447
# data_transform = transforms.Compose([
448-
# transforms.RandomSizedCrop(224),
448+
# transforms.RandomResizedCrop(224),
449449
# transforms.RandomHorizontalFlip(),
450450
# transforms.ToTensor(),
451451
# transforms.Normalize(mean=[0.485, 0.456, 0.406],

_downloads/f498e3bcd9b6159ecfb1a07d6551287d/data_loading_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
"from torchvision import transforms, datasets\n",
568568
"\n",
569569
"data_transform = transforms.Compose([\n",
570-
" transforms.RandomSizedCrop(224),\n",
570+
" transforms.RandomResizedCrop(224),\n",
571571
" transforms.RandomHorizontalFlip(),\n",
572572
" transforms.ToTensor(),\n",
573573
" transforms.Normalize(mean=[0.485, 0.456, 0.406],\n",
340 Bytes
Loading
-20 Bytes
Loading

_images/sphx_glr_coding_ddpg_001.png

675 Bytes
Loading
2.38 KB
Loading
188 Bytes
Loading
202 Bytes
Loading
141 Bytes
Loading
-126 Bytes
Loading

0 commit comments

Comments
 (0)