-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
1 parent
6d75a4e
commit c768b64
Showing
1 changed file
with
29 additions
and
0 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
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 |