Python Module Index

o
 
o
openspeech
    openspeech.criterion.cross_entropy.configuration
    openspeech.criterion.cross_entropy.cross_entropy
    openspeech.criterion.ctc.configuration
    openspeech.criterion.ctc.ctc
    openspeech.criterion.joint_ctc_cross_entropy.configuration
    openspeech.criterion.joint_ctc_cross_entropy.joint_ctc_cross_entropy
    openspeech.criterion.label_smoothed_cross_entropy.configuration
    openspeech.criterion.label_smoothed_cross_entropy.label_smoothed_cross_entropy
    openspeech.criterion.transducer.configuration
    openspeech.criterion.transducer.transducer
    openspeech.data.audio.augment
    openspeech.data.audio.filter_bank.configuration
    openspeech.data.audio.filter_bank.filter_bank
    openspeech.data.audio.load
    openspeech.data.audio.melspectrogram.configuration
    openspeech.data.audio.melspectrogram.melspectrogram
    openspeech.data.audio.mfcc.configuration
    openspeech.data.audio.mfcc.mfcc
    openspeech.data.audio.spectrogram.configuration
    openspeech.data.audio.spectrogram.spectrogram
    openspeech.data.data_loader
    openspeech.data.dataset
    openspeech.datasets.aishell.lit_data_module
    openspeech.datasets.ksponspeech.lit_data_module
    openspeech.datasets.librispeech.lit_data_module
    openspeech.decoders.lstm_decoder
    openspeech.decoders.openspeech_decoder
    openspeech.decoders.rnn_transducer_decoder
    openspeech.decoders.transformer_decoder
    openspeech.decoders.transformer_transducer_decoder
    openspeech.encoders.conformer_encoder
    openspeech.encoders.convolutional_lstm_encoder
    openspeech.encoders.convolutional_transformer_encoder
    openspeech.encoders.deepspeech2
    openspeech.encoders.jasper
    openspeech.encoders.lstm_encoder
    openspeech.encoders.openspeech_encoder
    openspeech.encoders.quartznet
    openspeech.encoders.rnn_transducer_encoder
    openspeech.encoders.transformer_encoder
    openspeech.encoders.transformer_transducer_encoder
    openspeech.metrics
    openspeech.models.conformer.configurations
    openspeech.models.conformer.model
    openspeech.models.conformer_lstm.configurations
    openspeech.models.conformer_lstm.model
    openspeech.models.conformer_transducer.configurations
    openspeech.models.conformer_transducer.model
    openspeech.models.deep_cnn_with_joint_ctc_listen_attend_spell.configurations
    openspeech.models.deep_cnn_with_joint_ctc_listen_attend_spell.model
    openspeech.models.deepspeech2.configurations
    openspeech.models.deepspeech2.model
    openspeech.models.jasper10x5.configurations
    openspeech.models.jasper10x5.model
    openspeech.models.jasper5x3.configurations
    openspeech.models.jasper5x3.model
    openspeech.models.joint_ctc_conformer_lstm.configurations
    openspeech.models.joint_ctc_conformer_lstm.model
    openspeech.models.joint_ctc_listen_attend_spell.configurations
    openspeech.models.joint_ctc_listen_attend_spell.model
    openspeech.models.joint_ctc_transformer.configurations
    openspeech.models.joint_ctc_transformer.model
    openspeech.models.listen_attend_spell.configurations
    openspeech.models.listen_attend_spell.model
    openspeech.models.listen_attend_spell_with_location_aware.configurations
    openspeech.models.listen_attend_spell_with_location_aware.model
    openspeech.models.listen_attend_spell_with_multi_head.configurations
    openspeech.models.listen_attend_spell_with_multi_head.model
    openspeech.models.openspeech_ctc_model
    openspeech.models.openspeech_encoder_decoder_model
    openspeech.models.openspeech_model
    openspeech.models.openspeech_transducer_model
    openspeech.models.quartznet10x5.configurations
    openspeech.models.quartznet10x5.model
    openspeech.models.quartznet15x5.configurations
    openspeech.models.quartznet15x5.model
    openspeech.models.quartznet5x5.configurations
    openspeech.models.quartznet5x5.model
    openspeech.models.rnn_transducer.configurations
    openspeech.models.rnn_transducer.model
    openspeech.models.transformer.configurations
    openspeech.models.transformer.model
    openspeech.models.transformer_transducer.configurations
    openspeech.models.transformer_transducer.model
    openspeech.models.transformer_with_ctc.configurations
    openspeech.models.transformer_with_ctc.model
    openspeech.models.vgg_transformer.configurations
    openspeech.models.vgg_transformer.model
    openspeech.modules.add_normalization
    openspeech.modules.additive_attention
    openspeech.modules.batchnorm_relu_rnn
    openspeech.modules.conformer_attention_module
    openspeech.modules.conformer_block
    openspeech.modules.conformer_convolution_module
    openspeech.modules.conformer_feed_forward_module
    openspeech.modules.conv2d_extractor
    openspeech.modules.conv2d_subsampling
    openspeech.modules.conv_base
    openspeech.modules.conv_group_shuffle
    openspeech.modules.deepspeech2_extractor
    openspeech.modules.depthwise_conv1d
    openspeech.modules.dot_product_attention
    openspeech.modules.glu
    openspeech.modules.jasper_block
    openspeech.modules.jasper_subblock
    openspeech.modules.location_aware_attention
    openspeech.modules.mask
    openspeech.modules.mask_conv1d
    openspeech.modules.mask_conv2d
    openspeech.modules.multi_head_attention
    openspeech.modules.pointwise_conv1d
    openspeech.modules.positional_encoding
    openspeech.modules.positionwise_feed_forward
    openspeech.modules.quartznet_block
    openspeech.modules.quartznet_subblock
    openspeech.modules.relative_multi_head_attention
    openspeech.modules.residual_connection_module
    openspeech.modules.swish
    openspeech.modules.time_channel_separable_conv1d
    openspeech.modules.transformer_embedding
    openspeech.modules.vgg_extractor
    openspeech.modules.wrapper
    openspeech.optim.optimizer
    openspeech.optim.scheduler.lr_scheduler
    openspeech.optim.scheduler.reduce_lr_on_plateau_scheduler
    openspeech.optim.scheduler.transformer_lr_scheduler
    openspeech.optim.scheduler.tri_stage_lr_scheduler
    openspeech.optim.scheduler.warmup_reduce_lr_on_plateau_scheduler
    openspeech.optim.scheduler.warmup_scheduler
    openspeech.search.base
    openspeech.search.beam_search_ctc
    openspeech.search.beam_search_lstm
    openspeech.search.beam_search_transformer
    openspeech.vocabs.aishell.character
    openspeech.vocabs.ksponspeech.character
    openspeech.vocabs.ksponspeech.grapheme
    openspeech.vocabs.ksponspeech.subword
    openspeech.vocabs.librispeech.character
    openspeech.vocabs.librispeech.subword
    openspeech.vocabs.vocab