Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
59ed0ddd
"examples/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "2ba36b479a8faf0f01d29c5c2991f8bebf3a4efc"
Unverified
Commit
59ed0ddd
authored
Jun 23, 2021
by
Jaemin Jung
Committed by
GitHub
Jun 23, 2021
Browse files
Fix the dimension (#1117)
parent
f7caa80f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/ops/csrc/tensorrt/plugins/trt_modulated_deform_conv.cpp
mmcv/ops/csrc/tensorrt/plugins/trt_modulated_deform_conv.cpp
+1
-1
No files found.
mmcv/ops/csrc/tensorrt/plugins/trt_modulated_deform_conv.cpp
View file @
59ed0ddd
...
@@ -65,7 +65,7 @@ nvinfer1::DimsExprs ModulatedDeformableConvPluginDynamic::getOutputDimensions(
...
@@ -65,7 +65,7 @@ nvinfer1::DimsExprs ModulatedDeformableConvPluginDynamic::getOutputDimensions(
nvinfer1
::
DimsExprs
ret
;
nvinfer1
::
DimsExprs
ret
;
ret
.
nbDims
=
4
;
ret
.
nbDims
=
4
;
ret
.
d
[
0
]
=
inputs
[
0
].
d
[
0
];
ret
.
d
[
0
]
=
inputs
[
0
].
d
[
0
];
ret
.
d
[
1
]
=
inputs
[
2
].
d
[
0
];
ret
.
d
[
1
]
=
inputs
[
3
].
d
[
0
];
ret
.
d
[
2
]
=
inputs
[
1
].
d
[
2
];
ret
.
d
[
2
]
=
inputs
[
1
].
d
[
2
];
ret
.
d
[
3
]
=
inputs
[
1
].
d
[
3
];
ret
.
d
[
3
]
=
inputs
[
1
].
d
[
3
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment