-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
error with cascade_rcnn_mdconv_c3-c5_x101_64x4d_fpn_1x_0.py #906
Comments
The command seems not complete. Could you provide the running command and config file (if you modified it)? |
The full completed command is And I got the following error RuntimeError: While copying the parameter named layer2.0.conv2.weight, whose dimensions in the model are torch.Size([512, 512, 3, 3]) and whose dimensions in the checkpoint are torch.Size([512, 8, 3, 3]). The base net is resnext101 which is downloaded from |
I cannot even run with the provided command above (other errors were raised before loading checkpoints), are you sure about that? |
* updated version to v0.1.0 * updated project description * capped python version to <3.8, added classifiers and project_urls to setup.py * Removed hard dependency on mxnet for autogluon.core and autogluon.tabular * Removed gluoncv dependency in Tabular
Thanks for your bug report and we appreciate that a lot.
Checklist
Describe the bug
RuntimeError: While copying the parameter named layer2.0.conv2.weight, whose dimensions in the model are torch.Size([512, 512, 3, 3]) and whose dimensions in the checkpoint are torch.Size([512, 8, 3, 3]).
Error traceback
/home/mmdetection/configs/cascade_rcnn_mdconv_c3-c5_x101_64x4d_fpn_1x_0.py
--validate
--gpus
8
--launcher
pytorch
Environment
The text was updated successfully, but these errors were encountered: