Skip to content
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

Fix RuntimeError of HTC #8083

Merged
merged 1 commit into from
May 30, 2022
Merged

Conversation

hhaAndroid
Copy link
Collaborator

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Fix RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation

Modification

In fused_semantic_head.py

# x +=  self.lateral_convs[i](feat)

x = x + self.lateral_convs[i](feat)

BC-breaking (Optional)

None

@ZwwWayne ZwwWayne merged commit ae0d2a0 into open-mmlab:dev May 30, 2022
ZwwWayne pushed a commit to ZwwWayne/mmdetection that referenced this pull request Jul 19, 2022
ZwwWayne pushed a commit to ZwwWayne/mmdetection that referenced this pull request Jul 19, 2022
@hhaAndroid hhaAndroid deleted the fix_runtime_htc branch July 19, 2022 07:02
SakiRinn pushed a commit to SakiRinn/mmdetection-locount that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants