Replies: 1 comment
-
I don't think we have such a feature now. @nithinraok may know a solution for this. |
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 fine-tuning an ECAPA-TDNN model for speaker verification using this provided script in the speaker_tasks examples directory.
From the
00_NeMo_Primer.ipynb
tutorial I see that I can include multiple datasets inmanifest_path
by entering a comma-separated list of manifest file paths. Is there a way for me to specify a sampling approach for each dataset during training? For example, given that I have 2 datasets, I would like to ensure that each training batch contains 50% from each dataset.Beta Was this translation helpful? Give feedback.
All reactions