You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tools/train.py", line 176, in
main()
File "tools/train.py", line 138, in main
cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg)
File "/dicom/Jone/Dection_mass/mmdet/models/builder.py", line 48, in build_detector
return build(cfg, DETECTORS, dict(train_cfg=train_cfg, test_cfg=test_cfg))
File "/dicom/Jone/Dection_mass/mmdet/models/builder.py", line 20, in build
return build_from_cfg(cfg, registry, default_args)
File "/home/ubuntu/miniconda2/envs/Adam_mmlab2.0/lib/python3.7/site-packages/mmcv-0.5.9-py3.7-linux-x86_64.egg/mmcv/utils/registry.py", line 168, in build_from_cfg
return obj_cls(**args)
TypeError: init() got an unexpected keyword argument 'ga_rpn_head'.
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "Wenwei Zhang"<notifications@github.com>;
发送时间: 2020年8月12日(星期三) 晚上10:07
收件人: "open-mmlab/mmdetection"<mmdetection@noreply.github.com>;
抄送: "Jone"<it_lxg@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [open-mmlab/mmdetection] TypeError: __init__() got an unexpected keyword argument 'ga_rpn_head'. (#3542)
What is the version of your mmdetection & mmcv?This seems to be an incompatibility issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Traceback (most recent call last):
File "tools/train.py", line 176, in
main()
File "tools/train.py", line 138, in main
cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg)
File "/dicom/Jone/Dection_mass/mmdet/models/builder.py", line 48, in build_detector
return build(cfg, DETECTORS, dict(train_cfg=train_cfg, test_cfg=test_cfg))
File "/dicom/Jone/Dection_mass/mmdet/models/builder.py", line 20, in build
return build_from_cfg(cfg, registry, default_args)
File "/home/ubuntu/miniconda2/envs/Adam_mmlab2.0/lib/python3.7/site-packages/mmcv-0.5.9-py3.7-linux-x86_64.egg/mmcv/utils/registry.py", line 168, in build_from_cfg
return obj_cls(**args)
TypeError: init() got an unexpected keyword argument 'ga_rpn_head'.
The text was updated successfully, but these errors were encountered: