Using DefaultTrainer with py config files #3758
Unanswered
gunesevitan
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.
-
All of the hooks and other utilities I implemented are compatible with
DefaultTrainer
but the example training code for py config files is implemented withSimpleTrainer
. Is it possible to convert py configs to yaml configs or merge py configs with yaml configs? How should I proceed in this case?Beta Was this translation helpful? Give feedback.
All reactions