-
Notifications
You must be signed in to change notification settings - Fork 140
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
Need help with instructions to reproduce experiments #227
Comments
@jiwidi I'll fix |
@hirofumi0810 Hi again, So I tried to run the same steps as in the original post and now im stuck with the warprnnt make step. My output is:
Seems like the error is
I have a rtx 3090 from the latest nvidia gen, do you know if this repo is updated to compile with them? Also, since I want to test the LAS and transformer architecture in librispeech recipe I think i wont need the transducer right? Any way to skip this step? Thanks |
I found this PR on the repo with support for compute 30 HawkAaron/warp-transducer#76, will give it a try and come back EDIT: Also discovered I couldnt run the run.sh script with
It has to be run with It fails on data_prep.sh:
Specifically on But doesnt give any specific output or complains, the full run.sh output:
|
@hirofumi0810 I managed to skip last problem skipping the data validation step (assumming al processing went right) and now I'm stuck at the LM training, it fails due to a cudnn error. I think its related with my cuda installation/rtx3090 and the code. This has already happened to me with different frameworks already. I have run pytest on the neural_sp root and all 501 test passed so I dont know how to debug it. Running:
Generates this error:
Have you encountered this error before? Any tips to solve it or debug it? |
@jiwidi |
@hirofumi0810 Hi! Thanks for the help. I tried that and now it fails in another step. It does starts the first minibatch though.
Do you know of anyone who has successfully run this code in rtx 3000 series cards? |
@jiwidi Are you able to train ASR models in stage-4? (by skipping stage-3) |
Sorry Ive been out the last weeks, its a busy week for me this one but will try it on the weekend. Thanks |
facing the same error during installation: |
Hi me and my colleague have run the model with aishell2 recipe on rtx3090. We had the same compute 30 problem and resolved it by commenting out 1 or 2 lines in regarding cmake file |
Hi Hiro!
First, thank you for the repo. I've been following for a while and I saw you implement a big number of dl architectures.
So far I was only watching the repo from time to time, but now I would like to see If I can reproduce some results and eventually use it with custom datasets. I tried to reproduce librispeech experiment without success and need some help with it.
I went ahead and follow the installation instructions:
Kaldi complained about a few libraries but after installing them manually the make command run successfully. After this a conda environment was created under my path:
/mnt/kingston/github/neural_sp/tools/miniconda
. I activatated it withconda activate /mnt/kingston/github/neural_sp/tools/miniconda
and proceeded to runBut got the following output:
Have I missed an important part of the installation process? Do you have a more detailed list of steps I should follow in order to reproduce? Any help would be very much appreciated thanks.
The text was updated successfully, but these errors were encountered: