From b64ba101c2981ab1638476d1a01399f2b6459f04 Mon Sep 17 00:00:00 2001 From: Jiarui Li Date: Sat, 10 Jan 2026 12:22:14 +0800 Subject: [PATCH] Add sap_delphi_discrete_time_cif_partcov model configuration to evaluation examples --- models_eval_example.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/models_eval_example.json b/models_eval_example.json index 462914e..25fec6d 100644 --- a/models_eval_example.json +++ b/models_eval_example.json @@ -20,6 +20,13 @@ "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-222502/best_model.pt" + }, { "name": "sap_delphi_exponential_fullcov", "model_type": "sap_delphi",