Listen-Attend-Spell-v2 icon indicating copy to clipboard operation
Listen-Attend-Spell-v2 copied to clipboard

PyTorch implementation of Listen Attend and Spell Automatic Speech Recognition (ASR).

Results 4 Listen-Attend-Spell-v2 issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "train.py", line 162, in main() File "train.py", line 158, in main train_net(args) File "train.py", line 69, in train_net logger=logger) File "train.py", line 112, in...

Can someone provide me with the pre-trained model ? It will be a huge help. :)

hi,When I run pre_process.py, the following error occurs: $ python pre_process.py getting train data... Traceback (most recent call last): File "pre_process.py", line 64, in data['train'] = get_data('train') File "pre_process.py", line...

hi, is the final accuracy wer? or loss?Thank you in advance