Refactor model configurations in models_eval_example.json: update names, add loss_type and full_cov attributes for Delphi and SAP Delphi models.

This commit is contained in:
2026-01-10 14:29:15 +08:00
parent 320597dcde
commit b88518a03f

View File

@@ -1,37 +1,114 @@
[ [
{ {
"name": "delphi_fork_discrete_time_cif_fullcov", "name": "delphi_fork_discrete_time_cif_mlp_fullcov",
"model_type": "delphi_fork",
"loss_type": "discrete_time_cif",
"full_cov": true,
"checkpoint_path": "runs/delphi_fork_discrete_time_cif_mlp_fullcov_20260110-021823/best_model.pt"
},
{
"name": "delphi_fork_discrete_time_cif_mlp_partcov",
"model_type": "delphi_fork",
"loss_type": "discrete_time_cif",
"full_cov": false,
"checkpoint_path": "runs/delphi_fork_discrete_time_cif_mlp_partcov_20260110-013741/best_model.pt"
},
{
"name": "delphi_fork_discrete_time_cif_sinusoidal_fullcov",
"model_type": "delphi_fork", "model_type": "delphi_fork",
"loss_type": "discrete_time_cif", "loss_type": "discrete_time_cif",
"full_cov": true, "full_cov": true,
"checkpoint_path": "runs/delphi_fork_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt" "checkpoint_path": "runs/delphi_fork_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt"
}, },
{ {
"name": "delphi_fork_exponential_fullcov", "name": "delphi_fork_discrete_time_cif_sinusoidal_partcov",
"model_type": "delphi_fork",
"loss_type": "discrete_time_cif",
"full_cov": false,
"checkpoint_path": "runs/delphi_fork_discrete_time_cif_sinusoidal_partcov_20260109-222502/best_model.pt"
},
{
"name": "delphi_fork_exponential_mlp_fullcov",
"model_type": "delphi_fork",
"loss_type": "exponential",
"full_cov": true,
"checkpoint_path": "runs/delphi_fork_exponential_mlp_fullcov_20260110-042001/best_model.pt"
},
{
"name": "delphi_fork_exponential_mlp_partcov",
"model_type": "delphi_fork",
"loss_type": "exponential",
"full_cov": false,
"checkpoint_path": "runs/delphi_fork_exponential_mlp_partcov_20260110-040737/best_model.pt"
},
{
"name": "delphi_fork_exponential_sinusoidal_fullcov",
"model_type": "delphi_fork", "model_type": "delphi_fork",
"loss_type": "exponential", "loss_type": "exponential",
"full_cov": true, "full_cov": true,
"checkpoint_path": "runs/delphi_fork_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt" "checkpoint_path": "runs/delphi_fork_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt"
}, },
{ {
"name": "sap_delphi_discrete_time_cif_fullcov", "name": "delphi_fork_exponential_sinusoidal_partcov",
"model_type": "delphi_fork",
"loss_type": "exponential",
"full_cov": false,
"checkpoint_path": "runs/delphi_fork_exponential_sinusoidal_partcov_20260109-222502/best_model.pt"
},
{
"name": "sap_delphi_discrete_time_cif_mlp_fullcov",
"model_type": "sap_delphi",
"loss_type": "discrete_time_cif",
"full_cov": true,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_mlp_fullcov_20260110-010514/best_model.pt"
},
{
"name": "sap_delphi_discrete_time_cif_mlp_partcov",
"model_type": "sap_delphi",
"loss_type": "discrete_time_cif",
"full_cov": false,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_mlp_partcov_20260110-005804/best_model.pt"
},
{
"name": "sap_delphi_discrete_time_cif_sinusoidal_fullcov",
"model_type": "sap_delphi", "model_type": "sap_delphi",
"loss_type": "discrete_time_cif", "loss_type": "discrete_time_cif",
"full_cov": true, "full_cov": true,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt" "checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt"
}, },
{ {
"name": "sap_delphi_discrete_time_cif_partcov", "name": "sap_delphi_discrete_time_cif_sinusoidal_partcov",
"model_type": "sap_delphi", "model_type": "sap_delphi",
"loss_type": "discrete_time_cif", "loss_type": "discrete_time_cif",
"full_cov": false, "full_cov": false,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_partcov_20260109-222501/best_model.pt" "checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_partcov_20260109-222501/best_model.pt"
}, },
{ {
"name": "sap_delphi_exponential_fullcov", "name": "sap_delphi_exponential_mlp_fullcov",
"model_type": "sap_delphi",
"loss_type": "exponential",
"full_cov": true,
"checkpoint_path": "runs/sap_delphi_exponential_mlp_fullcov_20260110-042422/best_model.pt"
},
{
"name": "sap_delphi_exponential_mlp_partcov",
"model_type": "sap_delphi",
"loss_type": "exponential",
"full_cov": false,
"checkpoint_path": "runs/sap_delphi_exponential_mlp_partcov_20260110-041850/best_model.pt"
},
{
"name": "sap_delphi_exponential_sinusoidal_fullcov",
"model_type": "sap_delphi", "model_type": "sap_delphi",
"loss_type": "exponential", "loss_type": "exponential",
"full_cov": true, "full_cov": true,
"checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt" "checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt"
},
{
"name": "sap_delphi_exponential_sinusoidal_partcov",
"model_type": "sap_delphi",
"loss_type": "exponential",
"full_cov": false,
"checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_partcov_20260109-222502/best_model.pt"
} }
] ]