Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
馃摑 Add fastMRI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhessey committed Jun 22, 2022
1 parent 1a36f46 commit 32e5649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ML/configs/fastmri_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from InnerEye.ML.lightning_container import LightningContainer


# Copied and modified from the FastMRI codebase.
# https://github.com/facebookresearch/fastMRI/blob/main/tests/create_temp_data.py
def create_temp_data(path: Path) -> Dict[str, Any]:
rg = np.random.default_rng(seed=1234)
max_num_slices = 15
Expand Down

0 comments on commit 32e5649

Please sign in to comment.