Skip to content

Commit

Permalink
update fastmri targets (#548)
Browse files Browse the repository at this point in the history
* update fastmri targets

* update targets

* update targets
  • Loading branch information
priyakasimbeg authored Oct 30, 2023
1 parent 730be20 commit 152cf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithmic_efficiency/workloads/fastmri/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ def has_reached_validation_target(self, eval_result: float) -> bool:

@property
def validation_target_value(self) -> float:
return 0.7344
return 0.726999

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

@property
def test_target_value(self) -> float:
return 0.741652
return 0.744254

@property
def loss_type(self) -> spec.LossType:
Expand Down

0 comments on commit 152cf64

Please sign in to comment.