args.json
Browse files- jan17_aug12_20230117T173839/args.json +64 -0
- jan17_aug16_20230117T185003/args.json +64 -0
- jan17_aug2_20230117T173836/args.json +64 -0
- jan17_aug3_20230117T173836/args.json +64 -0
- jan17_aug6_20230117T173837/args.json +64 -0
- jan17_aug8_20230117T173838/args.json +64 -0
- jan17_orig_20230117T174126/args.json +64 -0
- jan23_aug3_equiv1_20230123T113703/args.json +64 -0
- jan23_aug3_equiv5_20230123T113704/args.json +64 -0
- jan23_aug3_equiv8_20230123T114625/args.json +64 -0
- jan23_aug5_equiv1_20230123T113705/args.json +64 -0
jan17_aug12_20230117T173839/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug12_20230117T173839",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 12,
|
59 |
+
"wandb_run_name": "vrp20_online_aug12",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug12_20230117T173839",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug12_20230117T173839"
|
64 |
+
}
|
jan17_aug16_20230117T185003/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug16_20230117T185003",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 16,
|
59 |
+
"wandb_run_name": "vrp20_online_aug16",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug16_20230117T185003",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug16_20230117T185003"
|
64 |
+
}
|
jan17_aug2_20230117T173836/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug2_20230117T173836",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 2,
|
59 |
+
"wandb_run_name": "vrp20_online_aug2",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug2_20230117T173836",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug2_20230117T173836"
|
64 |
+
}
|
jan17_aug3_20230117T173836/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug3_20230117T173836",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 3,
|
59 |
+
"wandb_run_name": "vrp20_online_aug3",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug3_20230117T173836",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug3_20230117T173836"
|
64 |
+
}
|
jan17_aug6_20230117T173837/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug6_20230117T173837",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 6,
|
59 |
+
"wandb_run_name": "vrp20_online_aug6",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug6_20230117T173837",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug6_20230117T173837"
|
64 |
+
}
|
jan17_aug8_20230117T173838/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_aug8_20230117T173838",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 8,
|
59 |
+
"wandb_run_name": "vrp20_online_aug8",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_aug8_20230117T173838",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_aug8_20230117T173838"
|
64 |
+
}
|
jan17_orig_20230117T174126/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan17_orig_20230117T174126",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 0,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": false,
|
58 |
+
"num_input_augmentations": 4,
|
59 |
+
"wandb_run_name": "vrp20_online_orig",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan17_orig_20230117T174126",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan17_orig_20230117T174126"
|
64 |
+
}
|
jan23_aug3_equiv1_20230123T113703/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan23_aug3_equiv1_20230123T113703",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 1,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 3,
|
59 |
+
"wandb_run_name": "vrp20_online_aug3_equiv1",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan23_aug3_equiv1_20230123T113703",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan23_aug3_equiv1_20230123T113703"
|
64 |
+
}
|
jan23_aug3_equiv5_20230123T113704/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan23_aug3_equiv5_20230123T113704",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 5,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 3,
|
59 |
+
"wandb_run_name": "vrp20_online_aug3_equiv5",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan23_aug3_equiv5_20230123T113704",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan23_aug3_equiv5_20230123T113704"
|
64 |
+
}
|
jan23_aug3_equiv8_20230123T114625/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan23_aug3_equiv8_20230123T114625",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 8,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 3,
|
59 |
+
"wandb_run_name": "vrp20_online_aug3_equiv8",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan23_aug3_equiv8_20230123T114625",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan23_aug3_equiv8_20230123T114625"
|
64 |
+
}
|
jan23_aug5_equiv1_20230123T113705/args.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"problem": "cvrp",
|
3 |
+
"graph_size": 20,
|
4 |
+
"batch_size": 512,
|
5 |
+
"epoch_size": 1280000,
|
6 |
+
"val_size": 10000,
|
7 |
+
"val_dataset": "data/vrp/vrp20_validation_seed3456.pkl",
|
8 |
+
"model": "attention",
|
9 |
+
"embedding_dim": 128,
|
10 |
+
"hidden_dim": 128,
|
11 |
+
"n_encode_layers": 3,
|
12 |
+
"tanh_clipping": 10.0,
|
13 |
+
"normalization": "batch",
|
14 |
+
"lr_model": 0.0001,
|
15 |
+
"lr_critic": 0.0001,
|
16 |
+
"lr_decay": 1.0,
|
17 |
+
"eval_only": false,
|
18 |
+
"n_epochs": 100,
|
19 |
+
"seed": 1234,
|
20 |
+
"max_grad_norm": 1.0,
|
21 |
+
"no_cuda": false,
|
22 |
+
"exp_beta": 0.8,
|
23 |
+
"baseline": "rollout",
|
24 |
+
"bl_alpha": 0.05,
|
25 |
+
"bl_warmup_epochs": 1,
|
26 |
+
"eval_batch_size": 1024,
|
27 |
+
"checkpoint_encoder": false,
|
28 |
+
"shrink_size": null,
|
29 |
+
"data_distribution": null,
|
30 |
+
"log_step": 50,
|
31 |
+
"log_dir": "logs_test",
|
32 |
+
"run_dir": "runs_test",
|
33 |
+
"run_name": "jan23_aug5_equiv1_20230123T113705",
|
34 |
+
"output_dir": "outputs_test",
|
35 |
+
"image_dir": "images",
|
36 |
+
"epoch_start": 0,
|
37 |
+
"checkpoint_epochs": 1,
|
38 |
+
"load_path": null,
|
39 |
+
"resume": null,
|
40 |
+
"no_tensorboard": false,
|
41 |
+
"no_progress_bar": false,
|
42 |
+
"use_symmetry_ll": false,
|
43 |
+
"supervise_symmetry": false,
|
44 |
+
"restrict_symmetry": false,
|
45 |
+
"angle_threshold": 0.5,
|
46 |
+
"alternate": false,
|
47 |
+
"alternate_freq": 5,
|
48 |
+
"plot_freq": 0,
|
49 |
+
"alex_symmetric_loss": false,
|
50 |
+
"both_losses": false,
|
51 |
+
"plot_symmetric_ll": false,
|
52 |
+
"cap_50": 40,
|
53 |
+
"decay_mode": -1,
|
54 |
+
"num_equivariant_samples": 1,
|
55 |
+
"supervise_lambda": 0.01,
|
56 |
+
"use_starts": false,
|
57 |
+
"label_aug": true,
|
58 |
+
"num_input_augmentations": 5,
|
59 |
+
"wandb_run_name": "vrp20_online_aug5_equiv1",
|
60 |
+
"use_cuda": true,
|
61 |
+
"variant_name": "org",
|
62 |
+
"save_dir": "outputs_test/cvrp_20/org/jan23_aug5_equiv1_20230123T113705",
|
63 |
+
"plot_dir": "images/cvrp_20/org/jan23_aug5_equiv1_20230123T113705"
|
64 |
+
}
|