Nemo fine-tuning documentation details #4019
Answered
by
titu1994
BALU2000-creator
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
titu1994
Apr 17, 2022
Replies: 1 comment 1 reply
-
There's a large tutorial section for all the domains. https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/starthere/tutorials.html The parameters that are important are documented in the yaml file itself in comments, you can also refer to the class that is being instantiated to see it's own docstrings. The pages for API section also have this information. https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/api.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
titu1994
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a large tutorial section for all the domains.
https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/starthere/tutorials.html
The parameters that are important are documented in the yaml file itself in comments, you can also refer to the class that is being instantiated to see it's own docstrings. The pages for API section also have this information. https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/api.html