Skip to content

Commit

Permalink
Update fuse_conv_bn.py (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangxu-0103 authored Apr 27, 2022
1 parent a23af3c commit 836b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/misc/fuse_conv_bn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mmcv.runner import save_checkpoint
from torch import nn as nn

from mmdet.apis import init_model
from mmdet3d.apis import init_model


def fuse_conv_bn(conv, bn):
Expand Down

0 comments on commit 836b128

Please sign in to comment.