Skip to content

Commit d89235a

Browse files
author
humanpose1
committed
Merge branch 'model' of https://github.com/torch-points3d/tp3d-testrepo into model
2 parents 3f63589 + 2db3455 commit d89235a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_points3d/applications/sparseconv3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def forward(self, data, *args, **kwargs):
199199
for i in range(len(self.down_modules) - 1):
200200
data = self.down_modules[i](data)
201201
stack_down.append(data)
202-
202+
203203
data = self.down_modules[-1](data)
204204
stack_down.append(None)
205205
# TODO : Manage the inner module

0 commit comments

Comments
 (0)