-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
46 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
dynamic_selection/scripts/sample_selection_based/f-coteaching.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
python main.py -d 1 --asym false --percent 0.2 --lr_scheduler multistep --arch rn34 --loss_fn cce --dataset cifar10 --traintools coteaching --no_wandb --distill_mode fine-gmm --dynamic --dataseed 123 --every 10 --warmup 40 | ||
python main.py -d 1 --asym false --percent 0.6 --lr_scheduler multistep --arch rn34 --loss_fn cce --dataset cifar10 --traintools coteaching --no_wandb --distill_mode fine-gmm --dynamic --dataseed 123 --every 10 --warmup 40 |