Changes to Tensor labels handling
This commit is contained in:
committed by
Nicola Demo
parent
f67467e5bd
commit
8b797d589a
@@ -500,6 +500,7 @@ class ContinuousConvBlock(BaseContinuousConv):
|
||||
|
||||
# initialize grid
|
||||
X = self._grid_transpose.clone().detach()
|
||||
|
||||
conv_transposed = self._grid_transpose.clone().detach()
|
||||
|
||||
# list to iterate for calculating nn output
|
||||
|
||||
Reference in New Issue
Block a user