Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,9 +38,9 @@ Two masking strategies simulate different acquisition scenarios:
|
|
| 38 |
### Miss Ratios
|
| 39 |
|
| 40 |
| Miss Ratio | Attention UNet | UNet Base | ResUNet |
|
| 41 |
-
| 30% | 6 |
|
| 42 |
-
| 50% | 6 |
|
| 43 |
-
| 70% | 6 |
|
| 44 |
|
| 45 |
*Each cell shows the number of trained checkpoints (model × miss-ratio × seed combinations).*
|
| 46 |
|
|
@@ -110,7 +110,7 @@ state_dict = torch.load(ckpt_path, map_location="cpu", weights_only=True)
|
|
| 110 |
## Checkpoint Inventory
|
| 111 |
|
| 112 |
- Attention UNet: 18 checkpoints
|
| 113 |
-
- UNet Base:
|
| 114 |
- ResUNet: 17 checkpoints
|
| 115 |
|
| 116 |
## References
|
|
|
|
| 38 |
### Miss Ratios
|
| 39 |
|
| 40 |
| Miss Ratio | Attention UNet | UNet Base | ResUNet |
|
| 41 |
+
| 30% | 6 | 4 | 6 |
|
| 42 |
+
| 50% | 6 | 3 | 6 |
|
| 43 |
+
| 70% | 6 | 3 | 5 |
|
| 44 |
|
| 45 |
*Each cell shows the number of trained checkpoints (model × miss-ratio × seed combinations).*
|
| 46 |
|
|
|
|
| 110 |
## Checkpoint Inventory
|
| 111 |
|
| 112 |
- Attention UNet: 18 checkpoints
|
| 113 |
+
- UNet Base: 10 checkpoints
|
| 114 |
- ResUNet: 17 checkpoints
|
| 115 |
|
| 116 |
## References
|