All modules for which code is available
- hyperion.augment.noise_augment
- hyperion.augment.reverb_augment
- hyperion.augment.speech_augment
- hyperion.augment.speed_augment
- hyperion.classifiers.binary_logistic_regression
- hyperion.classifiers.linear_gbe
- hyperion.classifiers.linear_svmc
- hyperion.classifiers.logistic_regression
- hyperion.clustering.ahc
- hyperion.clustering.kmeans
- hyperion.feats.energy_vad
- hyperion.feats.feature_normalization
- hyperion.feats.feature_windows
- hyperion.feats.filter_banks
- hyperion.feats.mfcc
- hyperion.feats.stft
- hyperion.helpers.multi_test_trial_data_reader
- hyperion.helpers.multi_test_trial_data_reader_v2
- hyperion.helpers.trial_data_reader
- hyperion.helpers.vector_class_reader
- hyperion.helpers.vector_reader
- hyperion.hyp_model
- hyperion.io.ark_data_reader
- hyperion.io.ark_data_writer
- hyperion.io.audio_reader
- hyperion.io.audio_writer
- hyperion.io.bin_vad_reader
- hyperion.io.data_rw_factory
- hyperion.io.h5_data_reader
- hyperion.io.h5_data_writer
- hyperion.io.rw_specifiers
- hyperion.io.segment_vad_reader
- hyperion.io.vad_rw_factory
- hyperion.metrics.acc
- hyperion.metrics.cllr
- hyperion.metrics.confusion_matrix
- hyperion.metrics.dcf
- hyperion.metrics.eer
- hyperion.metrics.roc
- hyperion.metrics.utils
- hyperion.model_loader
- hyperion.pdfs.core.exp_family
- hyperion.pdfs.core.normal_diag_cov
- hyperion.pdfs.core.pdf
- hyperion.pdfs.mixtures.exp_family_mixture
- hyperion.pdfs.mixtures.gmm
- hyperion.pdfs.mixtures.gmm_diag_cov
- hyperion.pdfs.mixtures.gmm_tied_diag_cov
- hyperion.pdfs.plda.frplda
- hyperion.pdfs.plda.plda
- hyperion.pdfs.plda.plda_base
- hyperion.pdfs.plda.splda
- hyperion.score_norm.adapt_s_norm
- hyperion.score_norm.s_norm
- hyperion.score_norm.score_norm
- hyperion.score_norm.t_norm
- hyperion.score_norm.tz_norm
- hyperion.score_norm.z_norm
- hyperion.score_norm.zt_norm
- hyperion.torch.adv_attacks.adv_attack
- hyperion.torch.adv_attacks.art_attack_factory
- hyperion.torch.adv_attacks.attack_factory
- hyperion.torch.adv_attacks.carlini_wagner
- hyperion.torch.adv_attacks.carlini_wagner_l0
- hyperion.torch.adv_attacks.carlini_wagner_l2
- hyperion.torch.adv_attacks.carlini_wagner_linf
- hyperion.torch.adv_attacks.fgsm_attack
- hyperion.torch.adv_attacks.iter_fgsm_attack
- hyperion.torch.adv_attacks.pgd_attack
- hyperion.torch.adv_attacks.rand_fgsm_attack
- hyperion.torch.adv_attacks.random_attack_factory
- hyperion.torch.adv_attacks.snr_fgsm_attack
- hyperion.torch.data.audio_dataset
- hyperion.torch.data.embed_dataset
- hyperion.torch.data.feat_seq_dataset
- hyperion.torch.data.paired_feat_seq_dataset
- hyperion.torch.data.weighted_embed_sampler
- hyperion.torch.data.weighted_seq_sampler
- hyperion.torch.layer_blocks.conformer_conv
- hyperion.torch.layer_blocks.conformer_encoder_v1
- hyperion.torch.layer_blocks.dc1d_blocks
- hyperion.torch.layer_blocks.dc2d_blocks
- hyperion.torch.layer_blocks.etdnn_blocks
- hyperion.torch.layer_blocks.fc_blocks
- hyperion.torch.layer_blocks.mbconv_blocks
- hyperion.torch.layer_blocks.res2net1d_blocks
- hyperion.torch.layer_blocks.res2net2d_blocks
- hyperion.torch.layer_blocks.res2net_blocks
- hyperion.torch.layer_blocks.resetdnn_blocks
- hyperion.torch.layer_blocks.resnet1d_blocks
- hyperion.torch.layer_blocks.resnet2d_blocks
- hyperion.torch.layer_blocks.resnet_blocks
- hyperion.torch.layer_blocks.se_blocks
- hyperion.torch.layer_blocks.seresnet_blocks
- hyperion.torch.layer_blocks.spine_blocks
- hyperion.torch.layer_blocks.tdnn_blocks
- hyperion.torch.layer_blocks.transformer_conv2d_subsampler
- hyperion.torch.layer_blocks.transformer_encoder_v1
- hyperion.torch.layer_blocks.transformer_feedforward
- hyperion.torch.layers.activation_factory
- hyperion.torch.layers.attention
- hyperion.torch.layers.audio_feats
- hyperion.torch.layers.audio_feats_factory
- hyperion.torch.layers.calibrators
- hyperion.torch.layers.dropout
- hyperion.torch.layers.global_pool
- hyperion.torch.layers.interpolate
- hyperion.torch.layers.margin_losses
- hyperion.torch.layers.mvn
- hyperion.torch.layers.norm_layer_factory
- hyperion.torch.layers.pdf_storage
- hyperion.torch.layers.pool_factory
- hyperion.torch.layers.pos_encoder
- hyperion.torch.layers.spec_augment
- hyperion.torch.layers.subpixel_convs
- hyperion.torch.layers.swish
- hyperion.torch.layers.tensor2pdf
- hyperion.torch.layers.vq
- hyperion.torch.loggers.csv_logger
- hyperion.torch.loggers.logger
- hyperion.torch.loggers.logger_list
- hyperion.torch.loggers.prog_logger
- hyperion.torch.loggers.tensorboard_logger
- hyperion.torch.loggers.wandb_logger
- hyperion.torch.losses.bce_with_llr
- hyperion.torch.lr_schedulers.cos_lr
- hyperion.torch.lr_schedulers.exp_lr
- hyperion.torch.lr_schedulers.factory
- hyperion.torch.lr_schedulers.invpow_lr
- hyperion.torch.lr_schedulers.red_lr_on_plateau
- hyperion.torch.metrics.accuracy
- hyperion.torch.metrics.accuracy_functional
- hyperion.torch.metrics.metrics
- hyperion.torch.models.ae.ae
- hyperion.torch.models.vae.vae
- hyperion.torch.models.vae.vq_vae
- hyperion.torch.models.xvectors.resnet1d_xvector
- hyperion.torch.models.xvectors.resnet_xvector
- hyperion.torch.models.xvectors.spinenet_xvector
- hyperion.torch.models.xvectors.tdnn_xvector
- hyperion.torch.models.xvectors.transformer_xvector_v1
- hyperion.torch.models.xvectors.xvector
- hyperion.torch.narchs.audio_feats_mvn
- hyperion.torch.narchs.classif_head
- hyperion.torch.narchs.conformer_encoder_v1
- hyperion.torch.narchs.dc1d_decoder
- hyperion.torch.narchs.dc1d_encoder
- hyperion.torch.narchs.dc2d_decoder
- hyperion.torch.narchs.dc2d_encoder
- hyperion.torch.narchs.etdnn
- hyperion.torch.narchs.net_arch
- hyperion.torch.narchs.resetdnn
- hyperion.torch.narchs.resnet
- hyperion.torch.narchs.resnet1d_decoder
- hyperion.torch.narchs.resnet1d_encoder
- hyperion.torch.narchs.resnet2d_decoder
- hyperion.torch.narchs.resnet2d_encoder
- hyperion.torch.narchs.resnet_factory
- hyperion.torch.narchs.spinenet
- hyperion.torch.narchs.spinenet_factory
- hyperion.torch.narchs.tdnn
- hyperion.torch.narchs.tdnn_factory
- hyperion.torch.narchs.torch_na_loader
- hyperion.torch.narchs.transformer_encoder_v1
- hyperion.torch.optim.factory
- hyperion.torch.optim.radam
- hyperion.torch.torch_model
- hyperion.torch.trainers.ae_trainer
- hyperion.torch.trainers.dvae_trainer
- hyperion.torch.trainers.torch_trainer
- hyperion.torch.trainers.vae_trainer
- hyperion.torch.trainers.vq_dvae_trainer
- hyperion.torch.trainers.vq_vae_trainer
- hyperion.torch.trainers.xvector_trainer
- hyperion.torch.trainers.xvector_trainer_deep_feat_reg
- hyperion.torch.trainers.xvector_trainer_deep_feat_reg_from_wav
- hyperion.torch.trainers.xvector_trainer_from_wav
- hyperion.torch.transforms.reshape
- hyperion.torch.utils.ddp
- hyperion.torch.utils.devices
- hyperion.torch.utils.eval_utils
- hyperion.torch.utils.math
- hyperion.torch.utils.metric_acc
- hyperion.torch.utils.misc
- hyperion.transforms.cent_whiten
- hyperion.transforms.coral
- hyperion.transforms.gaussianizer
- hyperion.transforms.lda
- hyperion.transforms.lnorm
- hyperion.transforms.mvn
- hyperion.transforms.nap
- hyperion.transforms.nda
- hyperion.transforms.pca
- hyperion.transforms.sb_sw
- hyperion.transforms.skl_tsne
- hyperion.transforms.transform_list
- hyperion.utils.kaldi_io_funcs
- hyperion.utils.kaldi_matrix
- hyperion.utils.math
- hyperion.utils.misc
- hyperion.utils.rttm
- hyperion.utils.scp_list
- hyperion.utils.segment_list
- hyperion.utils.sparse_trial_key
- hyperion.utils.sparse_trial_scores
- hyperion.utils.trial_key
- hyperion.utils.trial_ndx
- hyperion.utils.trial_scores
- hyperion.utils.trial_stats
- hyperion.utils.utt2info
- hyperion.utils.vad_utils