Skip to content

Commit

Permalink
try 0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 1, 2020
1 parent fc8aaed commit 749e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def assert_speed_parity(pl_times, pt_times, num_epochs):
f"lightning was slower than PT (threshold {max_diff_per_epoch})"


def run_model_test_without_loggers(trainer_options, model, min_acc=0.45):
def run_model_test_without_loggers(trainer_options, model, min_acc=0.50):
reset_seed()

# fit model
Expand Down

0 comments on commit 749e4ce

Please sign in to comment.