Skip to content

Commit a95d19e

Browse files
author
Seth Weidman
committed
Fix path in CIFAR tutorial
1 parent 59fcb14 commit a95d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def forward(self, x):
187187
########################################################################
188188
# Let's quickly save our trained model:
189189

190-
PATH = './data'
190+
PATH = './cifar_net.pth'
191191
torch.save(net.state_dict(), PATH)
192192

193193
########################################################################

0 commit comments

Comments
 (0)