Skip to content

Commit

Permalink
Merge pull request #550 from mlcommons/fastmri_dataset_fix
Browse files Browse the repository at this point in the history
FastMRI correct num_test_examples
  • Loading branch information
priyakasimbeg authored Oct 20, 2023
2 parents 25fb3a0 + 2bc09d9 commit 92b3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithmic_efficiency/workloads/fastmri/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def num_validation_examples(self) -> int:

@property
def num_test_examples(self) -> int:
return 3581
return 3548

@property
def eval_batch_size(self) -> int:
Expand Down

0 comments on commit 92b3aa4

Please sign in to comment.