-
Notifications
You must be signed in to change notification settings - Fork 39
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
May I pull an user guide to this repo? #3
Comments
Dear HudsonHuang, This project currently has no user guide because it is unfinished. The same applies to the possible bugs in the code (it would help to tell me what they are anyway). This repository contains the code of my bachelor thesis' code, which is still being developed. Once it is finished (around May-June 2017), it will have a comprehensive user guide explaining how to use the code. At the time of writing, the DNN-LSTM-GRU model is complete ('baseline' tag), as well as the SPTK model. The seq2seq model is the one under development. The short guide you have written is useful to give users a fast way to see how to run the finished models. I must tell you, though, that the code in the seq2seq model is bound to radically change (we have been working with Keras, and are about to re-write the model from scratch with TensorFlow), so this part of the guide will change in a short future. Regarding the error about file 200007, I remember having found a similar issue. I will take a look at it. Meanwhile, I suggest you skip this file. Last, but not least, I want to thank you for your interest in my project. Stay tuned for the new developments (I hope there will be some interesting results) Best wishes, Albert |
Dear Albert, Thank you for your comment. Best wishes, Hudson |
@HudsonHuang Best wishes, |
Yes, I think it would work. Best wishes, Hudson |
Thank you for your response, I hope I didn't bother you with my questions. I have run the program, but when I use a gmm model with -m 20, there will be a det = 0 problem (the inverse matrix can't be calculated), and I don't understand the command in the 73 line: vc -m 2 why m equals 2 but not 32 ? For the number of iteration, is it enough to use 100 iteration ? Best wishes, |
MR albert, I love your work so much.
but it doesn't have a friendly user guide to use.
and....it may have some bugs in these codes?
these day I am trying to run these codes but I spent some time on how to use it. May I share my note and could you please spent a little time checking on it so that we could build it more friendly?
Here is my note, it seems someting wrong....(On step 6 when i using seq2seq) butI dont know where is the problem.
The text was updated successfully, but these errors were encountered: