With table generator

This commit is contained in:
jack-willturner
2020-06-03 15:59:48 +01:00
parent 6f97d1be37
commit 45901dd7ec
5 changed files with 104 additions and 5 deletions

10
reproduce.sh Normal file → Executable file
View File

@@ -1,4 +1,6 @@
python search.py --dataset cifar10 --data_loc '../datasets/cifar10'
python search.py --dataset cifar10 --trainval --data_loc '../datasets/cifar10'
python search.py --dataset cifar100 --data_loc '../datasets/cifar100'
python search.py --dataset ImageNet16-120 --data_loc '../datasets/ImageNet16'
python search.py --dataset cifar10 --data_loc '../datasets/cifar10' --n_runs 3
python search.py --dataset cifar10 --trainval --data_loc '../datasets/cifar10' --n_runs 3
python search.py --dataset cifar100 --data_loc '../datasets/cifar100' --n_runs 3
python search.py --dataset ImageNet16-120 --data_loc '../datasets/ImageNet16' --n_runs 3
python process_results.py --n_runs 3