-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train error #14
Comments
Hi, |
2019-11-03 20:12:26,557 - INFO - Distributed training: False missing keys in source state_dict: layer3.19.conv2_offset.bias, layer3.9.conv2_offset.weight, layer3.18.conv2_offset.weight, layer3.21.conv2_offset.bias, layer3.21.conv2_offset.weight, layer3.11.conv2_offset.weight, layer2.1.conv2_offset.bias, layer3.12.conv2_offset.bias, layer3.5.conv2_offset.weight, layer4.2.conv2_offset.weight, layer3.7.conv2_offset.bias, layer3.20.conv2_offset.weight, layer4.0.conv2_offset.bias, layer3.0.conv2_offset.weight, layer3.19.conv2_offset.weight, layer3.2.conv2_offset.bias, layer3.1.conv2_offset.weight, layer3.8.conv2_offset.bias, layer3.17.conv2_offset.weight, layer3.15.conv2_offset.bias, layer3.9.conv2_offset.bias, layer2.2.conv2_offset.weight, layer3.12.conv2_offset.weight, layer3.18.conv2_offset.bias, layer3.6.conv2_offset.weight, layer4.2.conv2_offset.bias, layer2.3.conv2_offset.bias, layer3.13.conv2_offset.bias, layer3.11.conv2_offset.bias, layer2.0.conv2_offset.weight, layer3.10.conv2_offset.weight, layer3.8.conv2_offset.weight, layer3.10.conv2_offset.bias, layer3.3.conv2_offset.bias, layer3.22.conv2_offset.bias, layer3.4.conv2_offset.bias, layer3.5.conv2_offset.bias, layer3.6.conv2_offset.bias, layer3.7.conv2_offset.weight, layer3.13.conv2_offset.weight, layer4.1.conv2_offset.weight, layer3.0.conv2_offset.bias, layer3.2.conv2_offset.weight, layer2.3.conv2_offset.weight, layer3.3.conv2_offset.weight, layer4.1.conv2_offset.bias, layer3.22.conv2_offset.weight, layer3.14.conv2_offset.bias, layer3.16.conv2_offset.bias, layer2.0.conv2_offset.bias, layer2.1.conv2_offset.weight, layer3.1.conv2_offset.bias, layer3.16.conv2_offset.weight, layer3.14.conv2_offset.weight, layer3.4.conv2_offset.weight, layer3.15.conv2_offset.weight, layer3.17.conv2_offset.bias, layer3.20.conv2_offset.bias, layer4.0.conv2_offset.weight, layer2.2.conv2_offset.bias Traceback (most recent call last): |
Seems like you are using the updated version of mmdetection. RepPoints doesn't work with the latest version of mmdetection. I'd recommend you to clone the mmdetection folder from the RepPoints repository and then build mmdetection again using:
In order to avoid the automatic update of the mmdetection, delete the git files from the mmdetection folder. Let me know if you further receive any errors. |
when I run,python ./mmdetection/tools/train.py ./configs/reppoints_moment_x101_dcn_fpn_2x_mt.py --gpus 0
TypeError: init() got an unexpected keyword argument 'multiscale_mode'
The text was updated successfully, but these errors were encountered: