Skip to content

Commit

Permalink
clean up test_tp_fit
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok committed Sep 19, 2024
1 parent 761001c commit 0255b6b
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 234 deletions.
2 changes: 0 additions & 2 deletions composer/models/tasks/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,4 @@ def update_metric(self, batch: Any, outputs: Any, metric: Metric) -> None:
def forward(self, batch: tuple[Tensor, Any]) -> Tensor:
inputs, _ = batch
outputs = self.module(inputs)
from icecream import ic
ic(inputs, outputs)
return outputs
Loading

0 comments on commit 0255b6b

Please sign in to comment.