Skip to content

Commit 152cf64

Browse files
update fastmri targets (#548)
* update fastmri targets * update targets * update targets
1 parent 730be20 commit 152cf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithmic_efficiency/workloads/fastmri/workload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ def has_reached_validation_target(self, eval_result: float) -> bool:
1919

2020
@property
2121
def validation_target_value(self) -> float:
22-
return 0.7344
22+
return 0.726999
2323

2424
def has_reached_test_target(self, eval_result: float) -> bool:
2525
return eval_result['test/ssim'] > self.test_target_value
2626

2727
@property
2828
def test_target_value(self) -> float:
29-
return 0.741652
29+
return 0.744254
3030

3131
@property
3232
def loss_type(self) -> spec.LossType:

0 commit comments

Comments
 (0)