-
Notifications
You must be signed in to change notification settings - Fork 70
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
issue with the "test.py" #1
Comments
after some experiments, i got unusable results even after 100 epochs
just wondering what's the result on your side? it would be really useful if a evaluation script is provide. |
Thanks for your focus. The result I got is nearly same as yours. Since I did not debug parameters carefully |
@eisneim 我也在测试的时候遇到了问题,能否把你的test.py发出来参考一下.谢谢! |
@dllen you can loaddata: |
@dllen https://github.com/arixlin/tensorflow-wavenet 我修复了一些BUG 你可以参考我的 |
@arixlin 感谢,参考了你的代码,跑了一下,我还没调参感觉效果不怎么好,你后期的效果好吗?? |
@finebck 这只是wave的 如果你要做语音识别的话, 还要结合HMM 或LSTM 做NLP |
@arixlin 也就是还要完善语言模型?,您对这块有什么建议吗? |
你好 我用这个代码训练出来的模型预测总是为空 之后我采用另外的一个框架重写代码训练出来也是如此 想问下这个模型是有这个特点还是我哪里弄错了~ |
朋友你最后咋解决的 |
Hi @Deeperjia , first, this is a great project, it's really help, thank you for your great work.
there is one issue: in
test.py
SpeechLoader initialized withoutlabel_file
will cause
utils.py
complain about no file to decodeand if add
label_file
path, withoutwav_path
for SpeechLoader()The text was updated successfully, but these errors were encountered: