File size: 861 Bytes
			
			| 9cd2b5b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |  DiPro Checkpoints
This repository contains the trained models for **Multimodal Disease Progression Modeling via Spatiotemporal Disentanglement and Multiscale Alignment**.  
Our paper is available at: [https://arxiv.org/pdf/2510.11112]  
The code is available at: [https://github.com/Chenliu-svg/DiPro]
The model files are large (`.ckpt` format) and are managed using [Git LFS](https://git-lfs.github.com/).
Models are organized in folders named according to the task: `disease_progression`, `mortality`, and `length_of_stay`.  
Within each task folder, models trained with **three different random seeds** are provided.
---
## Download the Models
Use Git with Git LFS to clone the full repository:
```bash
# Install Git LFS (if not already installed)
git lfs install
# Clone the repository
git clone https://huggingface.co/Chenhihihi/DiPro_model.git
``` |