@@ -13,38 +13,38 @@ python3 -m matsimAI.run_gradient_flow_matching \
13
13
" --save_interval" " -1" \
14
14
" --best_plans_save_path" " ./scenarios/cluster_scenarios/utah_10c"
15
15
16
- # python3 -m matsimAI.run_gradient_flow_matching \
17
- # "./cluster_results/results" \
18
- # "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
19
- # "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
20
- # "--num_clusters" "50" \
21
- # "--training_steps" "1_000_000" \
22
- # "--log_interval" "1_000" \
23
- # "--save_interval" "-1" \
16
+ python3 -m matsimAI.run_gradient_flow_matching \
17
+ " ./cluster_results/results" \
18
+ " ./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
19
+ " ./scenarios/utah_flow_scenario_example/utahcounts.xml" \
20
+ " --num_clusters" " 50" \
21
+ " --training_steps" " 1_000_000" \
22
+ " --log_interval" " 1_000" \
23
+ " --save_interval" " -1" \
24
24
25
- # python3 -m matsimAI.run_gradient_flow_matching \
26
- # "./cluster_results/results" \
27
- # "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
28
- # "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
29
- # "--num_clusters" "100" \
30
- # "--training_steps" "1_000_000" \
31
- # "--log_interval" "1_000" \
32
- # "--save_interval" "-1" \
25
+ python3 -m matsimAI.run_gradient_flow_matching \
26
+ " ./cluster_results/results" \
27
+ " ./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
28
+ " ./scenarios/utah_flow_scenario_example/utahcounts.xml" \
29
+ " --num_clusters" " 100" \
30
+ " --training_steps" " 1_000_000" \
31
+ " --log_interval" " 1_000" \
32
+ " --save_interval" " -1" \
33
33
34
- # python3 -m matsimAI.run_gradient_flow_matching \
35
- # "./cluster_results/results" \
36
- # "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
37
- # "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
38
- # "--num_clusters" "200" \
39
- # "--training_steps" "1_000_000" \
40
- # "--log_interval" "1_000" \
41
- # "--save_interval" "-1" \
34
+ python3 -m matsimAI.run_gradient_flow_matching \
35
+ " ./cluster_results/results" \
36
+ " ./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
37
+ " ./scenarios/utah_flow_scenario_example/utahcounts.xml" \
38
+ " --num_clusters" " 200" \
39
+ " --training_steps" " 1_000_000" \
40
+ " --log_interval" " 1_000" \
41
+ " --save_interval" " -1" \
42
42
43
- # python3 -m matsimAI.run_gradient_flow_matching \
44
- # "./cluster_results/results" \
45
- # "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
46
- # "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
47
- # "--num_clusters" "500" \
48
- # "--training_steps" "1_000_000" \
49
- # "--log_interval" "1_000" \
50
- # "--save_interval" "-1" \
43
+ python3 -m matsimAI.run_gradient_flow_matching \
44
+ " ./cluster_results/results" \
45
+ " ./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
46
+ " ./scenarios/utah_flow_scenario_example/utahcounts.xml" \
47
+ " --num_clusters" " 500" \
48
+ " --training_steps" " 1_000_000" \
49
+ " --log_interval" " 1_000" \
50
+ " --save_interval" " -1" \
0 commit comments