evaluate_auc: adapt to new utils.load_model signature (infer checkpoint from config)

This commit is contained in:
2025-10-22 11:40:46 +08:00
parent 6801e5bdbb
commit 93cf2018d2

View File

@@ -452,7 +452,6 @@ def main():
# Load model checkpoint and initialize model.
model = load_model(
config_path=f'config_{model_name}.json',
model_path=f'best_model_{model_name}.pt',
device=device,
)
model.eval()