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

ENH: Move hi-ml and fastMRI to PyPI packages #752

Merged
merged 9 commits into from
Jun 23, 2022
Prev Previous commit
Next Next commit
📝 Add fastMRI reference
  • Loading branch information
peterhessey committed Jun 22, 2022
commit 32e56494fe47a755292f7e5fee415d37a55361c7
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]:
peterhessey marked this conversation as resolved.
Show resolved Hide resolved
rg = np.random.default_rng(seed=1234)
max_num_slices = 15
Expand Down