Fix event-free survival inference tensor use

This commit is contained in:
2026-06-27 12:08:19 +08:00
parent 307704f74d
commit 00de2ff4a9

View File

@@ -284,7 +284,7 @@ def collate_indexed_landmark_fn(batch: List[Dict[str, torch.Tensor]]) -> Dict[st
}
@torch.inference_mode()
@torch.no_grad()
def infer_landmark_hidden(
*,
model: DeepHealth,