Skip to content

Commit

Permalink
update fastmri targets
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 8, 2023
1 parent b8afd87 commit e072fb7
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.726999
return 0.727120

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.744254
return 0.744296

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

0 comments on commit e072fb7

Please sign in to comment.