chengzhitong commited on
Commit
197d04d
·
verified ·
1 Parent(s): 66dd694

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 | 1 | 6 |
42
- | 50% | 6 | 0 | 6 |
43
- | 70% | 6 | 0 | 5 |
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: 1 checkpoints
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