Customize learning rates for modules in architecture #2016
Unanswered
aditya9710
asked this question in
Q&A
Replies: 1 comment
-
You can refer to this tutorial for usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the PointPillars architecture on KITTI dataset. This architecture has mainly three modules, a Feature Extractor, a 2D CNN Backbone, and a Detection Head. I want to use different learning rates for these modules. How can I do so with the mmdetection3d framework? Any examples would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions