Skip to content

Commit 8d62e1c

Browse files
authored
Update README.md
1 parent ad9d86e commit 8d62e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# i-RIM for fastMRI
22
Official implementation of the i-RIM applied to the [fastMRI dataset](https://fastmri.org)
33
as described in [*Invert to Learn to Invert*](http://papers.nips.cc/paper/8336-invert-to-learn-to-invert)
4-
and [*i-RIM applied to the fastMRI challenge*](https://arxiv.org/abs/1910.08952).
4+
and [*i-RIM applied to the fastMRI challenge*](https://arxiv.org/abs/1910.08952). Pre-trained models can be found under [Releases](https://github.com/pputzky/irim_fastMRI/releases/).
55

66

77
See some example reconstructions here:
@@ -63,7 +63,7 @@ python -m scripts.train_model \
6363
```bash
6464
python -m scripts.run_model --challenge singlecoil --batch-size 8 \
6565
--data-path $DATA_PATH --checkpoint $CHECKPOINT_DIR/best_model.pt \
66-
--out-dir $OUTPUT_DIR --data-split val
66+
--out-dir $OUTPUT_DIR --data-split val --mask-kspace
6767
```
6868
##### Evaluate reconstructions
6969
```bash

0 commit comments

Comments
 (0)