Skip to content

Commit

Permalink
Create sweep_n_cls_1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbocao authored Jul 10, 2022
1 parent 6d75a4e commit c768b64
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions sweep_n_cls_1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 2
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 3
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 4
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 5
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 6
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 7
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 8
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 9
python3 main_n_clspy --train --test --epochs 200 --net SimpleDLA --num_class 10

python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 2
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 3
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 4
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 5
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 6
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 7
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 8
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 9
python3 main_n_clspy --train --test --epochs 200 --net VGG19 --num_class 10

python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 2
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 3
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 4
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 5
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 6
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 7
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 8
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 9
python3 main_n_clspy --train --test --epochs 200 --net ResNet18 --num_class 10

0 comments on commit c768b64

Please sign in to comment.