dccdcc7

Results 3 issues of dccdcc7

When i use the bash script, the following error was encoutered: ModuleNotFoundError: No module named 'mmcv._ext' I follow the offical instruction ---- install the mmcv-full==1.2.7. However there seems to be...

File "calm/run.py", line 200, in build_alg_runner runner.model_builder.model_factory.register_builder('amp', lambda network, **kwargs: amp_models.ModelAMPContinuous(network)) AttributeError: 'Runner' object has no attribute 'model_builder'