Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 11, 2023
1 parent 36b33dc commit 58d0ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithmic_efficiency/workloads/criteo1tb/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ def has_reached_validation_target(self, eval_result: Dict[str,

@property
def validation_target_value(self) -> float:
return 0.123647
return 0.123735

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

@property
def test_target_value(self) -> float:
return 0.126742
return 0.126041

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

0 comments on commit 58d0ef3

Please sign in to comment.