Skip to content

Commit

Permalink
Update benchmark/pytorch_tabular_benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsad1 authored Sep 4, 2024
1 parent 5c80f6b commit ff54765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/pytorch_tabular_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def test(loader: DataLoader) -> float:

end = time.time()
frame_train_time = end - start
print(model)
return frame_train_time


Expand Down

0 comments on commit ff54765

Please sign in to comment.