From c768b64e32b8735ac321a716b14f15a07f96071a Mon Sep 17 00:00:00 2001 From: BBC Date: Sun, 10 Jul 2022 13:08:51 -0400 Subject: [PATCH] Create sweep_n_cls_1.sh --- sweep_n_cls_1.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sweep_n_cls_1.sh diff --git a/sweep_n_cls_1.sh b/sweep_n_cls_1.sh new file mode 100644 index 000000000..cfe5e0eb5 --- /dev/null +++ b/sweep_n_cls_1.sh @@ -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