Skip to content

Commit

Permalink
Update precision of best loss in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeratyoy committed Jun 17, 2024
1 parent baea9c5 commit 0553bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def write_loss_and_config(file_handle, loss_, config_id_, config_):

logger.info(
f"Finished evaluating config {config_id}"
f" -- new best with loss {float(loss) :.3f}"
f" -- new best with loss {float(loss) :.6f}"
)

else:
Expand Down

0 comments on commit 0553bd5

Please sign in to comment.