Skip to content

Commit 4e5659f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66ff90a commit 4e5659f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torch_points3d/trainer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def __init__(
3737
self.trainer = instantiator.trainer(
3838
trainer,
3939
# logger=logger,
40-
4140
)
4241

4342
def train(self):
4443
self.trainer.fit(self.model, self.data_module)
45-

0 commit comments

Comments
 (0)