Skip to content

Commit

Permalink
fix module call
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Mar 3, 2024
1 parent fca8a03 commit 53d8f7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/training/sweep_data_augmentation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python few_shot_training --seed=42 --data_augmentation="true"
python few_shot_training --seed=43 --data_augmentation="true"
python few_shot_training --seed=44 --data_augmentation="true"
python few_shot_training --seed=45 --data_augmentation="true"
python few_shot_training.py --seed=42 --data_augmentation="true"
python few_shot_training.py --seed=43 --data_augmentation="true"
python few_shot_training.py --seed=44 --data_augmentation="true"
python few_shot_training.py --seed=45 --data_augmentation="true"

0 comments on commit 53d8f7d

Please sign in to comment.