"official/vision/modeling/video_classification_model.py" did not exist on "b7bb52f02fcb87079a9203d3adeba35e2fc47ed2"
  • hwangjeff's avatar
    Add Conformer RNN-T LibriSpeech training recipe (#2329) · c262758b
    hwangjeff authored
    Summary:
    Adds Conformer RNN-T LibriSpeech training recipe to examples directory.
    
    Produces 30M-parameter model that achieves the following WER:
    
    |                     |          WER |
    |:-------------------:|-------------:|
    | test-clean          |       0.0310 |
    | test-other          |       0.0805 |
    | dev-clean           |       0.0314 |
    | dev-other           |       0.0827 |
    
    Pull Request resolved: https://github.com/pytorch/audio/pull/2329
    
    Reviewed By: xiaohui-zhang
    
    Differential Revision: D35578727
    
    Pulled By: hwangjeff
    
    fbshipit-source-id: afa9146c5b647727b8605d104d928110a1d3976d
    c262758b
eval.py 2.07 KB