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
mmdetection3d
Commits
836b1284
Unverified
Commit
836b1284
authored
Apr 27, 2022
by
Xiangxu-0103
Committed by
GitHub
Apr 27, 2022
Browse files
Update fuse_conv_bn.py (#1433)
parent
a23af3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/misc/fuse_conv_bn.py
tools/misc/fuse_conv_bn.py
+1
-1
No files found.
tools/misc/fuse_conv_bn.py
View file @
836b1284
...
@@ -5,7 +5,7 @@ import torch
...
@@ -5,7 +5,7 @@ import torch
from
mmcv.runner
import
save_checkpoint
from
mmcv.runner
import
save_checkpoint
from
torch
import
nn
as
nn
from
torch
import
nn
as
nn
from
mmdet.apis
import
init_model
from
mmdet
3d
.apis
import
init_model
def
fuse_conv_bn
(
conv
,
bn
):
def
fuse_conv_bn
(
conv
,
bn
):
...
...
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