Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Dec 9, 2024
1 parent 6c4d05b commit 348a6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs_optimizer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def remembered_fallback_prompt(key: str, pretty: str = None):
loss_before, loss_after = optimizer.evaluate()
print(f"Loss before training: {loss_before:.4f}")
print(f"Loss after training: {loss_after:.4f}")
metrics, figures = optimizer.calibration_graph()
metrics, figures = optimizer.calibration_graph(verbose=False)
for partition in metrics:
print(f"Last rating = {partition}")
for metric in metrics[partition]:
Expand Down

0 comments on commit 348a6de

Please sign in to comment.