from mmcv import Config, DictAction from mmcv.runner import (get_dist_info, init_dist, load_checkpoint, wrap_fp16_model) from mmdet.apis import multi_gpu_test, single_gpu_test from mmdet.datasets import (build_dataloader, build_dataset, replace_ImageToTensor) from mmdet.models import build_de...
Exposewrap_fp16_modelto mmcv.runner. (#555) Move op wrappers into bricks and use wrappers in registry (#550) Support multiple interpolation modes forimrotate(#545) Bug Fixes Fix the init method of deprecated wrappers. (#567) Fix DCN bug in parrots. (#562,#563,#565) ...
I used VirtualEnv to create a virtual environment, CUDA 10.0, install torch PIP instead of Conda. He reported the following error: from mmcv.runner import (get_dist_info, init_dist, load_checkpoint, ImportError: cannot import name 'wrap_fp16_model' Is this still a problem with MMCV or ...
copying mmcv/runner/fp16_utils.py -> build/lib.linux-x86_64-3.8/mmcv/runner copying mmcv/runner/log_buffer.py -> build/lib.linux-x86_64-3.8/mmcv/runner copying mmcv/runner/checkpoint.py -> build/lib.linux-x86_64-3.8/mmcv/runner ...
model_wrapper.py -> build\lib.win-amd64-cpython-37\mmcv\device\ipu copying mmcv\device\ipu\runner.py -> build\lib.win-amd64-cpython-37\mmcv\device\ipu copying mmcv\device\ipu\utils.py -> build\lib.win-amd64-cpython-37\mmcv\device\ipu copying mmcv\device\ipu\__init__.py -> ...