athena.models.deep_speech¶
a implementation of deep speech 2 model can be used as a sample for ctc model
Module Contents¶
Classes¶
DeepSpeechModel |
a sample implementation of CTC model |
-
class
athena.models.deep_speech.DeepSpeechModel(data_descriptions, config=None)¶ Bases:
athena.models.base.BaseModela sample implementation of CTC model
-
default_config¶
-
call(self, samples, training=None)¶ call function
-
compute_logit_length(self, samples)¶ used for get logit length
-