Replies: 2 comments 1 reply
-
Please someone help me!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not sure but this issue looks to be discussing a similar issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello.
Thank you for developing mmdetection. I am enjoying it very much!!!
I have a question.
I set gradient accumulation to mask r cnn.
I used the MMCLASSIFICATION’S doc as a reference for the implementation.
But, following code doesn't work well.
optimizer_config = dict(type="GradientCumulativeOptimizerHook", cumulative_iters=4)
Please tell me the proper implementation of gradient accumulation.
ENV
pytorch==1.11
cuda==113
mmcv-full==1.6.1
mmdet==2.25.1
Error
TypeError: __init__() got an unexpected keyword argument 'type'
Code
Beta Was this translation helpful? Give feedback.
All reactions