Is there a way to get the full config, post inheritance patterns, from a selected file? #1451
Unanswered
GeorgePearse
asked this question in
Q&A
Replies: 0 comments
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 use mmdetection as my core training package, but I tend to try to create a full model definition, and to train from that, I don't need to be able to swap in and out all the parts, and I'd take clarity over flexibility.
Problem is that creating this files is error prone, because I manually parse the structure, e.g. look in ~ 3 files for the definition. Is there a way I could just clone the repo and point at the final file, and dump the model definition?
I know this happens as part of training, I'm just looking for a simpler approach.
Beta Was this translation helpful? Give feedback.
All reactions