Skip to content

Commit

Permalink
add other checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
farkguidao committed Aug 23, 2024
1 parent 6b7c220 commit 54e7ba3
Show file tree
Hide file tree
Showing 22 changed files with 506 additions and 0 deletions.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v3_100/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 100,
"veh_num": 3,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv3_100_rollout_20230731T153323",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v3_100/hcvrpv3_100_rollout_20230731T153323"
}
Binary file added outputs/hcvrp_v3_100/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v3_40/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 40,
"veh_num": 3,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv3_40_rollout_20230728T234313",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v3_40/hcvrpv3_40_rollout_20230728T234313"
}
Binary file added outputs/hcvrp_v3_40/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v3_60/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 60,
"veh_num": 3,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv3_60_rollout_20230728T234313",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v3_60/hcvrpv3_60_rollout_20230728T234313"
}
Binary file added outputs/hcvrp_v3_60/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v3_80/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 80,
"veh_num": 3,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv3_80_rollout_20230728T234313",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v3_80/hcvrpv3_80_rollout_20230728T234313"
}
Binary file added outputs/hcvrp_v3_80/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v5_100/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 100,
"veh_num": 5,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv5_100_rollout_20230728T195044",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v5_100/hcvrpv5_100_rollout_20230728T195044"
}
Binary file added outputs/hcvrp_v5_100/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v5_40/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 40,
"veh_num": 5,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv5_40_rollout_20230728T234313",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v5_40/hcvrpv5_40_rollout_20230728T234313"
}
Binary file added outputs/hcvrp_v5_40/epoch-49.pt
Binary file not shown.
46 changes: 46 additions & 0 deletions outputs/hcvrp_v5_80/args.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"problem": "hcvrp",
"graph_size": 80,
"veh_num": 5,
"batch_size": 512,
"epoch_size": 1280000,
"val_size": 10000,
"val_dataset": null,
"obj": "min-max",
"model": "attention",
"embedding_dim": 128,
"hidden_dim": 128,
"n_encode_layers": 3,
"n_heads": 8,
"tanh_clipping": 10.0,
"normalization": "batch",
"lr_model": 0.0001,
"lr_critic": 0.0001,
"lr_decay": 0.995,
"eval_only": false,
"n_epochs": 50,
"seed": 1234,
"max_grad_norm": 3.0,
"no_cuda": false,
"exp_beta": 0.8,
"baseline": "rollout",
"bl_alpha": 0.05,
"bl_warmup_epochs": 1,
"eval_batch_size": 1024,
"checkpoint_encoder": false,
"shrink_size": null,
"data_distribution": null,
"log_step": 50,
"log_dir": "logs",
"run_name": "hcvrpv5_80_rollout_20230728T234313",
"no_run_name_wrapper": false,
"output_dir": "outputs",
"epoch_start": 0,
"checkpoint_epochs": 50,
"load_path": null,
"resume": null,
"no_tensorboard": false,
"no_progress_bar": false,
"use_cuda": true,
"save_dir": "outputs/hcvrp_v5_80/hcvrpv5_80_rollout_20230728T234313"
}
Loading

0 comments on commit 54e7ba3

Please sign in to comment.