Skip to content

Commit

Permalink
Merge pull request #17 from mwalmsley/refactor-pytorch-datasets
Browse files Browse the repository at this point in the history
missed a rename, thanks cam
  • Loading branch information
mwalmsley committed Apr 29, 2022
2 parents 4567825 + deff1f3 commit 0893114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoobot/pytorch/examples/train_model_on_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
else:
wandb_logger = None

train_with_pytorch_lightning.train(
train_with_pytorch_lightning.train_default_zoobot_from_scratch(
save_dir=args.save_dir,
catalog=catalog,
schema=schema,
Expand Down

0 comments on commit 0893114

Please sign in to comment.