-
Notifications
You must be signed in to change notification settings - Fork 17
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
运行出现错误 #13
Comments
Which version of PyTorch and mmdetection do you use? |
I‘m sorry to reply you so late Python: 3.7.0 (default, Oct 9 2018, 10:31:47) [GCC 7.3.0]
TorchVision: 0.11.3 |
This error may arise from the FPN code of MMDetection. Similar problems can also be found at open-mmlab/mmdetection#7933. My environment is: pytorch: 1.9.0+cuda11.1, mmdet: 2.23.0, mmcv:1.4.8. |
this can sovle issue strongwolf#13 (comment)
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation:
The text was updated successfully, but these errors were encountered: