Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yukw777 committed Mar 3, 2024
1 parent ab75e7b commit d25299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurm-scripts/train/submit_videomae_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
single_gpu = "poetry run python ../../scripts/baselines/videomae/videomae_train.py \\"

job_name = (
+args.job_name_prefix
args.job_name_prefix
+ "-"
+ args.model.split("/")[1]
+ ("-verb" if args.verb else "-noun")
Expand Down

0 comments on commit d25299c

Please sign in to comment.