7 lines
377 B
Bash
Executable File
7 lines
377 B
Bash
Executable File
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
|