-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[datapipe] Support wenet datapipe #182
base: main
Are you sure you want to change the base?
Conversation
可以支持正负样本平衡的dataloader吗,当前框架下有什么好的实现方式呢?就是每个iter都平衡正负样本。正负样本分开做两个list? |
好需求,目前想到的也是通过分成两个list来做 |
Good Job! |
@@ -15,4 +15,6 @@ pyflakes==2.2.0 | |||
lmdb | |||
scipy | |||
tqdm | |||
langid | |||
pypinyin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mlxu995 需要加上wenet。 git+https://github.com/<username>/<repository>.git@<commit_hash>
reverb_lmdb=args.reverb_lmdb, | ||
noise_lmdb=args.noise_lmdb) | ||
cv_dataset = Dataset(args.cv_data, cv_conf) | ||
# train_dataset = Dataset(args.train_data, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释不需要了可以删掉
No description provided.