Skip to content

Commit

Permalink
bump geneformer stop and go tol
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Nov 12, 2024
1 parent bfbb625 commit 468507f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TestGeneformerStopAndGo(stop_and_go.StopAndGoHarness):
limit_val_batches: int = 2
lr: float = 1e-4
precision: Literal["16-mixed", "bf16-mixed", "32"] = MODEL_PRECISION
output_tensor_atol: float = 2e-2
output_tensor_atol: float = 3e-2

@override
@classmethod
Expand Down

0 comments on commit 468507f

Please sign in to comment.