-
Notifications
You must be signed in to change notification settings - Fork 8
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
Evaluate results using pre-trained ASR model from JSALT 2015 #15
Comments
Can I have writing permission in your directory? ... |
Why don't you copy |
Got it. |
I still need your permission to copy all the stuffs. Is there a option to change the permission for copying? |
It looks like you have read permissions on all files and directories and execute permissions on all directories, which is what you should need. Which directory/file are you getting an error on? |
I got an error like this just now: |
Ok, I just modified the permissions on everything in |
Nice, all things copied. |
I got an error like this:
|
I would execute |
./run.sh --do-ami false --do-reverb false --stage 3 --enhan-chime3 $SHORTNAME $SHORTNAME=lstmc2Avg |
And you did the linking and everything to create the appropriate directory in |
Yes. I indeed changed one line in run.sh. |
That should be correct, unless there's an extra subdirectory in our chime3 directory that this should point to. |
Now I'm close to the correct way... Where can I find this model? |
Good question. I've copied it to |
Can we submit the job to the server now? If no, I need to modify the code. |
I found what's wrong with it.
I think I need to be added to some group to submit my job? |
@arsyed is there a group to add Zhaoheng to for sge? |
Thanks for spotting that. There's an "arusers" group attached to the "mainqueue". I've added user "near" to this group (using the qmon tool). That's the only difference I noticed with my username, so hopefully this works. Can you try submitting a job again? If this works, we can document this on the wiki. |
I have succeeded submitting the job. It indeed works. Thanks a lot. |
I also need the dnn directory: I think I found it, is it in |
I've copied it over. |
Got it to work. |
The spreadsheet here: Spreadsheet |
There is no word error rate for simulated data set, right? |
I think I only ran messl on the real test and dev files originally, not the simulated ones. But you ran it on the simulated files, right? If so, we can measure wer on them too. Just keep them separate. |
The result WER is higher than the result you used MVDR . But I think it uses Channel 0 in the model, while we don't in our experiments. So it means our model is still comparable to the previous ones, right? |
The results in my paper didn't use channel 0, just like here. So it's doing similarly to before, i.e., hasn't improved on it. |
Why did I get so high WER on MESSL files? It's 72.59% on dev set. I just run replayMessl on it. What about your previous experiment for it? |
My files for the best performing system in those experiments (19.7% WER dev and 32.6% WER test on the real data only for both) are in |
There is no directory called replayXcMaskSoudenMaxSup09db, I assume you use the system variable for the directory right? |
Oops, it's here: |
Done by Zhaoheng |
Edit run.sh and local/publish_results.sh to calculate WER score for the CHiME-3 simulated dataset. |
New link here: Need to figure out what else can be added to the form, so I can find a way to upload all of them at once. Perhaps open a new issue to do this. |
Thanks. So why did you reopen this? What are the new files you're evaluating? Can you create a new issue specifying what information you want to add to the form/spreadsheet? |
I just added WER for simulated set. Last time we added other columns manually. If we can add them when running the code, it'll be easier. |
Ah, ok, thanks. I think the code from JSALT should automatically upload both the real and synthetic test results, but maybe not. If not, you can make a new google form / spreadsheet that can accept it. |
Use the kaldi recognizer that is in
/scratch/mim/jsalt/code/asr/kaldi-jsalt/egs/jsalt15-ffs/s5
to recognize the enhanced utterances. It was copied from another system, so there might be errors caused by paths being set incorrectly.You should also modify
local/publish_results.sh
to use the google spreadsheet we setup.Here is an example of how to run it, but using the paths from the other system:
This might work on crescent:
The text was updated successfully, but these errors were encountered: