提交 ae70df06 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

Fix typos

上级 3c0d06fe
...@@ -1459,7 +1459,7 @@ class GpuCorr3dMM_gradInputs(BaseGpuCorr3dMM): ...@@ -1459,7 +1459,7 @@ class GpuCorr3dMM_gradInputs(BaseGpuCorr3dMM):
def connection_pattern(self, node): def connection_pattern(self, node):
if node.nin == 2: if node.nin == 2:
return [[1], [1], [1]] return [[1], [1]]
else: else:
return [[1], [1], [0], [0], [0]] # no connection to height, width, depth return [[1], [1], [0], [0], [0]] # no connection to height, width, depth
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论