-
Notifications
You must be signed in to change notification settings - Fork 381
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
[bug] error when using python tools/train.py
to train ReDet
in MMRotate.
#638
Comments
python tools/train.py
to train ReDet
in MMRotate.python tools/train.py
to train ReDet
in MMRotate.
Can you provide a more detailed description of the error? Does |
Yes, Maybe, we need to allow the user to close |
It makes sense to me. Will it be more proper to fallback not revert |
That sounds like a nice idea. |
when the
self.distributed
equals to False,revert_sync_batchnorm
function cannot work normally.mmengine/mmengine/runner/runner.py
Line 848 in bda92b4
We argue this is caused by ReDet replacing
torch.nn
withe2cnn.nn
.https://github.com/open-mmlab/mmrotate/blob/dev-1.x/mmrotate/models/backbones/re_resnet.py
The text was updated successfully, but these errors were encountered: