MaybeRichard commited on
Commit
643ddcf
·
verified ·
1 Parent(s): bc81443

refresh current status README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,11 +1,18 @@
1
  # RAE FM Generation Artifacts
2
 
3
- Private selected artifacts for resuming FM+generation experiments across devices.
4
 
5
- This repo intentionally stores only key final checkpoints and minimal configs/code needed to resume sampling or downstream evaluation. Raw medical images, full generated-image folders, and intermediate checkpoints are excluded.
6
 
7
- Initial selected checkpoints:
8
  - ISIC SD-VAE stage2: `checkpoints/isic/sdvae/ep-0000200.pt`
9
  - Kermany SD-VAE stage2: `checkpoints/kermany/sdvae/ep-0000050.pt`
 
 
10
 
11
- The lightweight code/results snapshot remains in `MaybeRichard/rae-fm-generation-pipeline`.
 
 
 
 
 
 
 
1
  # RAE FM Generation Artifacts
2
 
3
+ Public selected artifact repository for resuming FM + generation experiments across devices.
4
 
5
+ ## Included Large Checkpoints
6
 
 
7
  - ISIC SD-VAE stage2: `checkpoints/isic/sdvae/ep-0000200.pt`
8
  - Kermany SD-VAE stage2: `checkpoints/kermany/sdvae/ep-0000050.pt`
9
+ - Kermany FM stage2 `ep-last.pt` for RETFound, VisionFM, DINOv2L, and MAEL
10
+ - Kermany FM decoder-only `decoder_ema.pt` for RETFound, VisionFM, DINOv2L, and MAEL
11
 
12
+ ## Also Included
13
+
14
+ - Fixed-decoder Kermany configs.
15
+ - RETFound fixed-decoder quality eval.
16
+ - Upload manifests with original h800 source paths and file sizes.
17
+
18
+ Raw medical images and full generated image folders are not included.