-
Notifications
You must be signed in to change notification settings - Fork 115
Criterion suitable for the model
Sangchun Ha edited this page Jul 16, 2021
·
1 revision
We supports 20+ models and is continuously updated. So we try to explain the possible criterion for each model.
- DeepSpeech2 - ctc
- Jasper - ctc
- QuartzNet - ctc
- Transformer with CTC - ctc
- Conformer with CTC - ctc
- Listen Attend Spell - cross_entropy, label_smoothed_cross_entropy
- Location-aware attention based Listen Attend Spell - cross_entropy, label_smoothed_cross_entropy
- Multi-head attention based Listen Attend Spell - cross_entropy, label_smoothed_cross_entropy
- Speech-Transformer - cross_entropy, label_smoothed_cross_entropy
- VGG-Transformer - cross_entropy, label_smoothed_cross_entropy
- Conformer with LSTM Decoder - cross_entropy, label_smoothed_cross_entropy
- Joint CTC-Attention based Transformer - joint_ctc_cross_entropy
- Joint CTC-Attention based Listen Attend Spell - joint_ctc_cross_entropy
- Deep CNN Encoder with Joint CTC-Attention Listen Attend Spell - joint_ctc_cross_entropy
- RNN-Transducer - transducer
- Transformer Transducer - transducer
- Conformer - transducer
- ContextNet - transducer
- LSTM Language Model - perplexity
- Transformer Language Model - perplexity
-
ctc
conformer, contextnet, deepspeech2, jasper5x3, jasper10x5, quartznet5x5, quartznet10x5, quartznet15x5, transformer_with_ctc
-
cross_entropy
conformer_lstm, contextnet_lstm, listen_attend_spell, listen_attend_spell_with_location_aware, listen_attend_spell_with_multi_head, transformer, vgg_transformer
-
label_smoothed_cross_entropy
conformer_lstm, contextnet_lstm, listen_attend_spell, listen_attend_spell_with_location_aware, listen_attend_spell_with_multi_head, transformer, vgg_transformer
-
joint_ctc_cross_entropy
deep_cnn_with_joint_ctc_listen_attend_spell, joint_ctc_conformer_lstm, joint_ctc_listen_attend_spell, joint_ctc_transformer
-
transducer
conformer_transducer, contextnet_transducer, rnn_transducer, transformer_transducer
-
perplexity
lstm_lm, transformer_lm