Skip to content

Commit

Permalink
Remove print output
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa committed Oct 25, 2024
1 parent 03f717c commit 5cfa3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crossfit/backend/torch/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _add_numeric_column(
)
del all_outputs_ls
del loader
print("outputs", outputs, flush=True)
cleanup_torch_cache()
if len(outputs.shape) == 1:
df[pred_output_col] = cudf.Series(outputs, index=_index)
Expand Down

0 comments on commit 5cfa3ce

Please sign in to comment.