"...text-generation-inference.git" did not exist on "c9bdaa8b734290465b8fb4db4edfc9536ff82346"
Unverified Commit 90e63784 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

Fix import (#861)

parent 057ad6ec
...@@ -3,11 +3,10 @@ import time ...@@ -3,11 +3,10 @@ import time
import torch import torch
from mmcv import Config from mmcv import Config
from mmcv.parallel import MMDataParallel from mmcv.parallel import MMDataParallel
from mmcv.runner import load_checkpoint from mmcv.runner import load_checkpoint, wrap_fp16_model
from mmdet3d.datasets import build_dataloader, build_dataset from mmdet3d.datasets import build_dataloader, build_dataset
from mmdet3d.models import build_detector from mmdet3d.models import build_detector
from mmdet.core import wrap_fp16_model
from tools.misc.fuse_conv_bn import fuse_module from tools.misc.fuse_conv_bn import fuse_module
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment