Skip to content

Commit

Permalink
Update inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-sarma authored Oct 14, 2024
1 parent d544901 commit 967e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itwinai/torch/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def log(
batch_idx=batch_idx,
**kwargs
)

@abc.abstractmethod
def transform_predictions(self, batch: Batch) -> Batch:
"""
Expand Down

0 comments on commit 967e244

Please sign in to comment.