Files
DeepHealth/models_eval_example.json

37 lines
1.4 KiB
JSON

[
{
"name": "delphi_fork_discrete_time_cif_fullcov",
"model_type": "delphi_fork",
"loss_type": "discrete_time_cif",
"full_cov": true,
"checkpoint_path": "runs/delphi_fork_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt"
},
{
"name": "delphi_fork_exponential_fullcov",
"model_type": "delphi_fork",
"loss_type": "exponential",
"full_cov": true,
"checkpoint_path": "runs/delphi_fork_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt"
},
{
"name": "sap_delphi_discrete_time_cif_fullcov",
"model_type": "sap_delphi",
"loss_type": "discrete_time_cif",
"full_cov": true,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_fullcov_20260109-222502/best_model.pt"
},
{
"name": "sap_delphi_discrete_time_cif_partcov",
"model_type": "sap_delphi",
"loss_type": "discrete_time_cif",
"full_cov": false,
"checkpoint_path": "runs/sap_delphi_discrete_time_cif_sinusoidal_partcov_20260109-222501/best_model.pt"
},
{
"name": "sap_delphi_exponential_fullcov",
"model_type": "sap_delphi",
"loss_type": "exponential",
"full_cov": true,
"checkpoint_path": "runs/sap_delphi_exponential_sinusoidal_fullcov_20260109-222502/best_model.pt"
}
]