Skip to content

Commit

Permalink
cleaning up rogue print statement from refactoring metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
florencejt committed Jan 11, 2024
1 parent 7f099db commit b99d4de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fusilli/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ def get_new_tt_data(
metric_values = {}

for metric_name, metric_func in new_model.metrics.items():
print("metric_name", metric_name)
print("metric_func", metric_func)
val_step_metric = metric_func(
preds=new_model.safe_squeeze(val_preds),
labels=new_model.safe_squeeze(val_reals),
Expand Down

0 comments on commit b99d4de

Please sign in to comment.