-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_experiments.sh
executable file
·17 lines (14 loc) · 1.09 KB
/
run_experiments.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Script used for training PoserNet on different data, with different configurations.
python train.py --config-file experiment_configs/small_graphs_normal_000000.yaml
python train.py --config-file experiment_configs/small_graphs_normal_000001.yaml
python train.py --config-file experiment_configs/small_graphs_normal_000002.yaml
python train.py --config-file experiment_configs/large_graphs_normal_000000.yaml
python train.py --config-file experiment_configs/large_graphs_normal_000001.yaml
python train.py --config-file experiment_configs/large_graphs_normal_000002.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000000.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000001.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000002.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000003.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000004.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000005.yaml
python train.py --config-file experiment_configs/small_graphs_loo_000006.yaml