InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

What's the detail implement in CustomLayerDecayOptimizerConstructor?

Open VanLinLin opened this issue 2 years ago • 1 comments

Hi, I currently migrate the InternImage into mmdetection==2.28.1, and I encounter the error that say the CustomLayerDecayOptimizerConstructor is not implemented. But I didn't find the impelment of CustomLayerDecayOptimizerConstructor in the mmdet.core.optimizers or somewhere else. I wonder where can I found this file? Thanks for anyone's reply.

VanLinLin avatar Aug 09 '23 12:08 VanLinLin

Oh, I found it. It is in Internimage/detection/mmcv_custom

VanLinLin avatar Feb 27 '24 11:02 VanLinLin