Skip to content

Commit b2c86d2

Browse files
authored
Update fine-tuning.md
1 parent 6929970 commit b2c86d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_computer-vision/fine-tuning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ train_augs = torchvision.transforms.Compose([
159159
normalize])
160160
161161
test_augs = torchvision.transforms.Compose([
162-
torchvision.transforms.Resize(256),
162+
torchvision.transforms.Resize(256, 256),
163163
torchvision.transforms.CenterCrop(224),
164164
torchvision.transforms.ToTensor(),
165165
normalize])

0 commit comments

Comments
 (0)