HajihajihaJimmy/DeepSparse
0
Checkpoints
This directory holds all pretrained and finetuned model weights for DeepSparse, plus their training configs.
Note: This directory is excluded from the git repository. Checkpoints are hosted on HuggingFace: [HajihajihaJimmy/DeepSparse](https://huggingface.co/HajihajihaJimmy/DeepSparse)
Folder Layout
Each checkpoint folder contains two files:
logs/
pretrain/
ep_700.pth Pretrained foundation model (AtlasAbdomenMini, epoch 700)
config.yaml Model + dataset config used at inference
{dataset}+{n}v+s2/
ep_400.pth Finetuned model — dataset, n input views, Stage 2
config.yaml Model + dataset config used at inferenceevaluate.py automatically reads ./logs/{name}/config.yaml when --cfg_path is not provided.
Checkpoint Map
Usage
All evaluation scripts expect checkpoints at logs/{name}/ep_{epoch}.pth. The default epoch for inference is 400 (set via --epoch 400 in evaluate_s2.sh).
