Skip to content

Commit

Permalink
👌 Remove print() in RegressionRoutine
Browse files Browse the repository at this point in the history
  • Loading branch information
alafage committed Sep 4, 2024
1 parent 4e3a055 commit 2dee70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_uncertainty/routines/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def training_step(
self, batch: tuple[Tensor, Tensor], batch_idx: int
) -> STEP_OUTPUT:
inputs, targets = self.format_batch_fn(batch)
print(inputs.shape, targets.shape)

if self.one_dim_regression:
targets = targets.unsqueeze(-1)
Expand Down

0 comments on commit 2dee70b

Please sign in to comment.