Skip to content

Commit

Permalink
use checkpoint lock alone
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Dec 2, 2024
1 parent d08d649 commit 952eeb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure/batch/scripts/train_model_finetune_on_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
model = finetune.FinetuneableZoobotTree(
# params specific to tree finetuning
schema=schema,
zoobot_checkpoint_loc=args.checkpoint,
name='hf_hub:mwalmsley/zoobot-encoder-convnext_nano' #to be removed
zoobot_checkpoint_loc=args.checkpoint
)

trainer = finetune.get_trainer(
Expand Down

0 comments on commit 952eeb7

Please sign in to comment.