• hwangjeff's avatar
    Add Conformer RNN-T model prototype (#2322) · b0c8e239
    hwangjeff authored
    Summary:
    Adds Conformer RNN-T model as prototype feature, by way of factory functions `conformer_rnnt_model` and `conformer_rnnt_base`, which instantiates a baseline version of the model. Also includes the following:
    - Modifies `Conformer` to accept arguments `use_group_norm` and `convolution_first` to pass to each of its `ConformerLayer` instances.
    - Makes `_Predictor` an abstract class and introduces `_EmformerEncoder` and `_ConformerEncoder`.
    - Introduces tests for `conformer_rnnt_model`.
    - Adds docs.
    
    Pull Request resolved: https://github.com/pytorch/audio/pull/2322
    
    Reviewed By: xiaohui-zhang
    
    Differential Revision: D35565987
    
    Pulled By: hwangjeff
    
    fbshipit-source-id: cb37bb0477ae3d5fcf0b7124f334f4cbb89b5789
    b0c8e239
index.rst 4.05 KB