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 53d8f7d commit 5414c58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/training/sweep_data_augmentation_2.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python -m salience_analysis.few_shot_training --seed=46 --data_augmentation="true"
python -m salience_analysis.few_shot_training --seed=47 --data_augmentation="true"
python -m salience_analysis.few_shot_training --seed=48 --data_augmentation="true"
python few_shot_training.py --seed=46 --data_augmentation="true"
python few_shot_training.py --seed=47 --data_augmentation="true"
python few_shot_training.py --seed=48 --data_augmentation="true"
6 changes: 3 additions & 3 deletions src/training/sweep_data_augmentation_3.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python -m salience_analysis.few_shot_training --seed=49 --data_augmentation="true"
python -m salience_analysis.few_shot_training --seed=50 --data_augmentation="true"
python -m salience_analysis.few_shot_training --seed=51 --data_augmentation="true"
python few_shot_training.py --seed=49 --data_augmentation="true"
python few_shot_training.py --seed=50 --data_augmentation="true"
python few_shot_training.py --seed=51 --data_augmentation="true"
20 changes: 10 additions & 10 deletions src/training/sweep_no_data_augmentation.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
python -m salience_analysis.few_shot_training --seed=42
python -m salience_analysis.few_shot_training --seed=43
python -m salience_analysis.few_shot_training --seed=44
python -m salience_analysis.few_shot_training --seed=45
python -m salience_analysis.few_shot_training --seed=46
python -m salience_analysis.few_shot_training --seed=47
python -m salience_analysis.few_shot_training --seed=48
python -m salience_analysis.few_shot_training --seed=49
python -m salience_analysis.few_shot_training --seed=50
python -m salience_analysis.few_shot_training --seed=51
python few_shot_training.py --seed=42
python few_shot_training.py --seed=43
python few_shot_training.py --seed=44
python few_shot_training.py --seed=45
python few_shot_training.py --seed=46
python few_shot_training.py --seed=47
python few_shot_training.py --seed=48
python few_shot_training.py --seed=49
python few_shot_training.py --seed=50
python few_shot_training.py --seed=51

0 comments on commit 5414c58

Please sign in to comment.