Skip to content

Commit

Permalink
correct num_test_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 20, 2023
1 parent 25fb3a0 commit 2bc09d9
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 2bc09d9

Please sign in to comment.