Skip to content

Commit 90702cd

Browse files
authored
Apply suggestions from code review
1 parent 6959d19 commit 90702cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/train-resume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
dataset = tv.datasets.MNIST(".", download=True, transform=tv.transforms.ToTensor())
99
train, val = data.random_split(dataset, [55000, 5000])
1010

11-
model_path = download_model(name="jirka/kaggle/lit-auto-encoder-simple:latest", download_dir="my_models")
11+
model_path = download_model(name="jirka/kaggle/lit-auto-encoder-simple", download_dir="my_models")
1212
print(f"model: {model_path}")
1313
# autoencoder = LitAutoEncoder.load_from_checkpoint(checkpoint_path=model_path)
1414

0 commit comments

Comments
 (0)