Skip to content

Commit

Permalink
typo in save name
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Dec 13, 2023
1 parent 4e141e8 commit fc1a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cifar10/train_cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def train(argv):
"optim": optim.state_dict(),
"step": step,
},
savedir + f"para_cifar10_weights_step_{step}.pt",
savedir + f"cifar10_weights_step_{step}.pt",
)


Expand Down

0 comments on commit fc1a870

Please sign in to comment.