README.md
setup.py
hyperion/__init__.py
hyperion/hyp_defs.py
hyperion/hyp_model.py
hyperion/model_loader.py
hyperion/augment/__init__.py
hyperion/augment/noise_augment.py
hyperion/augment/reverb_augment.py
hyperion/augment/speech_augment.py
hyperion/augment/speed_augment.py
hyperion/bin/apply-mvn-select-frames.py
hyperion/bin/compute-energy-vad.py
hyperion/bin/compute-mfcc-feats.py
hyperion/bin/copy-feats.py
hyperion/bin/eval-cos-1vs1.py
hyperion/bin/eval-linear-gbe-up.py
hyperion/bin/eval-linear-gbe.py
hyperion/bin/eval-linear-svmc.py
hyperion/bin/eval-logistic-regression.py
hyperion/bin/eval-plda-1vs1.py
hyperion/bin/eval-plda-nvs1.py
hyperion/bin/make-babble-noise-audio-files.py
hyperion/bin/merge-h5-files.py
hyperion/bin/pack-audio-files.py
hyperion/bin/pack-wav-rirs.py
hyperion/bin/plot-vector-hist.py
hyperion/bin/plot-vector-tsne.py
hyperion/bin/preprocess-audio-files.py
hyperion/bin/rttm-to-bin-vad.py
hyperion/bin/segments-to-bin-vad.py
hyperion/bin/torch-adv-finetune-xvec-from-wav.py
hyperion/bin/torch-adv-finetune-xvec.py
hyperion/bin/torch-compute-mfcc-feats.py
hyperion/bin/torch-eval-vae.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-adv-test-wav-wavegan.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-adv-test-wav.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-art-test-wav.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-test-wav.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-transfer-adv-test-wav.py
hyperion/bin/torch-eval-xvec-cosine-scoring-from-transfer-art-test-wav.py
hyperion/bin/torch-eval-xvec-logits-from-wav.py
hyperion/bin/torch-extract-xvectors-from-wav-with-rttm.py
hyperion/bin/torch-extract-xvectors-from-wav.py
hyperion/bin/torch-extract-xvectors-slidwin-from-wav.py
hyperion/bin/torch-extract-xvectors-slidwin.py
hyperion/bin/torch-extract-xvectors-vae-preproc.py
hyperion/bin/torch-extract-xvectors.py
hyperion/bin/torch-finetune-xvec-dfr-from-wav.py
hyperion/bin/torch-finetune-xvec-dfr.py
hyperion/bin/torch-finetune-xvec-from-wav.py
hyperion/bin/torch-finetune-xvec.py
hyperion/bin/torch-generate-adv-attacks-xvector-classif.py
hyperion/bin/torch-generate-adv-attacks-xvector-verif.py
hyperion/bin/torch-train-conformer-enc-v1-vq-dvae.py
hyperion/bin/torch-train-conformer-enc-v1-vq-vae.py
hyperion/bin/torch-train-dc1d-ae.py
hyperion/bin/torch-train-dc1d-dvae.py
hyperion/bin/torch-train-dc1d-vae.py
hyperion/bin/torch-train-dc2d-dvae.py
hyperion/bin/torch-train-dc2d-vae.py
hyperion/bin/torch-train-dvae.py
hyperion/bin/torch-train-efficientnet-xvec-from-wav.py
hyperion/bin/torch-train-efficientnet-xvec.py
hyperion/bin/torch-train-resnet-xvec-from-wav.py
hyperion/bin/torch-train-resnet-xvec.py
hyperion/bin/torch-train-resnet1d-dvae.py
hyperion/bin/torch-train-resnet1d-vae.py
hyperion/bin/torch-train-resnet1d-vq-dvae.py
hyperion/bin/torch-train-resnet1d-vq-vae.py
hyperion/bin/torch-train-resnet2d-dvae.py
hyperion/bin/torch-train-resnet2d-vae.py
hyperion/bin/torch-train-resnet2d-vq-dvae.py
hyperion/bin/torch-train-resnet2d-vq-vae.py
hyperion/bin/torch-train-spinenet-xvec-from-wav.py
hyperion/bin/torch-train-tdnn-xvec-from-wav.py
hyperion/bin/torch-train-tdnn-xvec.py
hyperion/bin/torch-train-transformer-enc-v1-dvae.py
hyperion/bin/torch-train-transformer-enc-v1-vae.py
hyperion/bin/torch-train-transformer-enc-v1-vq-dvae.py
hyperion/bin/torch-train-transformer-enc-v1-vq-vae.py
hyperion/bin/torch-train-transformer-xvec-v1-from-wav.py
hyperion/bin/torch-train-transformer-xvec-v1.py
hyperion/bin/torch-train-vae.py
hyperion/bin/torch-train-vq-dvae.py
hyperion/bin/torch-train-vq-vae.py
hyperion/bin/torch-train-xvec-from-wav.py
hyperion/bin/train-cw-up.py
hyperion/bin/train-cw.py
hyperion/bin/train-gaussianizer.py
hyperion/bin/train-lda.py
hyperion/bin/train-linear-gbe-up.py
hyperion/bin/train-linear-gbe.py
hyperion/bin/train-linear-svmc.py
hyperion/bin/train-logistic-regression.py
hyperion/bin/train-mvn.py
hyperion/bin/train-nda.py
hyperion/bin/train-pca.py
hyperion/bin/train-plda.py
hyperion/calibration/__init__.py
hyperion/calibration/gauss_calibration.py
hyperion/calibration/unsup_gauss_calibration.py
hyperion/classifiers/__init__.py
hyperion/classifiers/binary_logistic_regression.py
hyperion/classifiers/greedy_fusion.py
hyperion/classifiers/linear_gbe.py
hyperion/classifiers/linear_gbe1.py
hyperion/classifiers/linear_gbe_up.py
hyperion/classifiers/linear_svmc.py
hyperion/classifiers/logistic_regression.py
hyperion/classifiers/q_scoring_homo_gbe.py
hyperion/clustering/__init__.py
hyperion/clustering/ahc.py
hyperion/clustering/kmeans.py
hyperion/diarization/__init__.py
hyperion/diarization/diar_ahc_plda.py
hyperion/feats/__init__.py
hyperion/feats/energy_vad.py
hyperion/feats/feature_normalization.py
hyperion/feats/feature_windows.py
hyperion/feats/filter_banks.py
hyperion/feats/frame_selector.py
hyperion/feats/mfcc.py
hyperion/feats/stft.py
hyperion/helpers/__init__.py
hyperion/helpers/classif_trial_data_reader.py
hyperion/helpers/multi_test_trial_data_reader.py
hyperion/helpers/multi_test_trial_data_reader_v2.py
hyperion/helpers/plda_factory.py
hyperion/helpers/tracking_data_reader.py
hyperion/helpers/trial_data_reader.py
hyperion/helpers/vector_class_reader.py
hyperion/helpers/vector_reader.py
hyperion/io/__init__.py
hyperion/io/ark_data_reader.py
hyperion/io/ark_data_writer.py
hyperion/io/audio_reader.py
hyperion/io/audio_writer.py
hyperion/io/bin_vad_reader.py
hyperion/io/copy_feats.py
hyperion/io/data_reader.py
hyperion/io/data_rw_factory.py
hyperion/io/data_writer.py
hyperion/io/h5_data_reader.py
hyperion/io/h5_data_writer.py
hyperion/io/h5_merger.py
hyperion/io/hyp_data_reader.py
hyperion/io/hyp_data_writer.py
hyperion/io/int32_writer.py
hyperion/io/kaldi_data_reader.py
hyperion/io/packed_audio_reader.py
hyperion/io/packed_audio_writer.py
hyperion/io/queues.py
hyperion/io/rw_specifiers.py
hyperion/io/segment_vad_reader.py
hyperion/io/vad_reader.py
hyperion/io/vad_rw_factory.py
hyperion/metrics/__init__.py
hyperion/metrics/acc.py
hyperion/metrics/cllr.py
hyperion/metrics/confidence.py
hyperion/metrics/confusion_matrix.py
hyperion/metrics/dcf.py
hyperion/metrics/dcf_plot.py
hyperion/metrics/det_plot.py
hyperion/metrics/eer.py
hyperion/metrics/roc.py
hyperion/metrics/utils.py
hyperion/metrics/verification_evaluator.py
hyperion/pdfs/__init__.py
hyperion/pdfs/core/__init__.py
hyperion/pdfs/core/exp_family.py
hyperion/pdfs/core/normal.py
hyperion/pdfs/core/normal_diag_cov.py
hyperion/pdfs/core/pdf.py
hyperion/pdfs/hmm/__init__.py
hyperion/pdfs/hmm/hmm.py
hyperion/pdfs/jfa/__init__.py
hyperion/pdfs/jfa/jfa_total.py
hyperion/pdfs/mixtures/__init__.py
hyperion/pdfs/mixtures/exp_family_mixture.py
hyperion/pdfs/mixtures/gmm.py
hyperion/pdfs/mixtures/gmm_diag_cov.py
hyperion/pdfs/mixtures/gmm_tied_diag_cov.py
hyperion/pdfs/plda/__init__.py
hyperion/pdfs/plda/frplda.py
hyperion/pdfs/plda/plda.py
hyperion/pdfs/plda/plda_base.py
hyperion/pdfs/plda/splda.py
hyperion/score_norm/__init__.py
hyperion/score_norm/adapt_s_norm.py
hyperion/score_norm/s_norm.py
hyperion/score_norm/score_norm.py
hyperion/score_norm/t_norm.py
hyperion/score_norm/tz_norm.py
hyperion/score_norm/z_norm.py
hyperion/score_norm/zt_norm.py
hyperion/torch/__init__.py
hyperion/torch/torch_defs.py
hyperion/torch/torch_model.py
hyperion/torch/torch_model_loader.py
hyperion/torch/adv_attacks/__init__.py
hyperion/torch/adv_attacks/adv_attack.py
hyperion/torch/adv_attacks/art_attack_factory.py
hyperion/torch/adv_attacks/attack_factory.py
hyperion/torch/adv_attacks/carlini_wagner.py
hyperion/torch/adv_attacks/carlini_wagner_l0.py
hyperion/torch/adv_attacks/carlini_wagner_l2.py
hyperion/torch/adv_attacks/carlini_wagner_linf.py
hyperion/torch/adv_attacks/fgsm_attack.py
hyperion/torch/adv_attacks/iter_fgsm_attack.py
hyperion/torch/adv_attacks/pgd_attack.py
hyperion/torch/adv_attacks/rand_fgsm_attack.py
hyperion/torch/adv_attacks/random_attack_factory.py
hyperion/torch/adv_attacks/snr_fgsm_attack.py
hyperion/torch/adv_defenses/__init__.py
hyperion/torch/adv_defenses/wave_gan_white.py
hyperion/torch/data/__init__.py
hyperion/torch/data/audio_dataset.py
hyperion/torch/data/embed_dataset.py
hyperion/torch/data/feat_seq_dataset.py
hyperion/torch/data/paired_feat_seq_dataset.py
hyperion/torch/data/weighted_embed_sampler.py
hyperion/torch/data/weighted_seq_sampler.py
hyperion/torch/helpers/__init__.py
hyperion/torch/layer_blocks/__init__.py
hyperion/torch/layer_blocks/conformer_conv.py
hyperion/torch/layer_blocks/conformer_encoder_v1.py
hyperion/torch/layer_blocks/dc1d_blocks.py
hyperion/torch/layer_blocks/dc2d_blocks.py
hyperion/torch/layer_blocks/etdnn_blocks.py
hyperion/torch/layer_blocks/fc_blocks.py
hyperion/torch/layer_blocks/mbconv_blocks.py
hyperion/torch/layer_blocks/res2net1d_blocks.py
hyperion/torch/layer_blocks/res2net2d_blocks.py
hyperion/torch/layer_blocks/res2net_blocks.py
hyperion/torch/layer_blocks/resetdnn_blocks.py
hyperion/torch/layer_blocks/resnet1d_blocks.py
hyperion/torch/layer_blocks/resnet2d_blocks.py
hyperion/torch/layer_blocks/resnet_blocks.py
hyperion/torch/layer_blocks/se_blocks.py
hyperion/torch/layer_blocks/seresnet_blocks.py
hyperion/torch/layer_blocks/spine_blocks.py
hyperion/torch/layer_blocks/tdnn_blocks.py
hyperion/torch/layer_blocks/transformer_conv2d_subsampler.py
hyperion/torch/layer_blocks/transformer_encoder_v1.py
hyperion/torch/layer_blocks/transformer_feedforward.py
hyperion/torch/layers/__init__.py
hyperion/torch/layers/activation_factory.py
hyperion/torch/layers/attention.py
hyperion/torch/layers/audio_feats.py
hyperion/torch/layers/audio_feats_factory.py
hyperion/torch/layers/calibrators.py
hyperion/torch/layers/dropout.py
hyperion/torch/layers/global_pool.py
hyperion/torch/layers/interpolate.py
hyperion/torch/layers/margin_losses.py
hyperion/torch/layers/mvn.py
hyperion/torch/layers/norm_layer_factory.py
hyperion/torch/layers/pdf_storage.py
hyperion/torch/layers/pool_factory.py
hyperion/torch/layers/pos_encoder.py
hyperion/torch/layers/spec_augment.py
hyperion/torch/layers/subpixel_convs.py
hyperion/torch/layers/swish.py
hyperion/torch/layers/tensor2pdf.py
hyperion/torch/layers/tensor2pdf1.py
hyperion/torch/layers/vq.py
hyperion/torch/layers/vq1.py
hyperion/torch/loggers/__init__.py
hyperion/torch/loggers/csv_logger.py
hyperion/torch/loggers/logger.py
hyperion/torch/loggers/logger_list.py
hyperion/torch/loggers/prog_logger.py
hyperion/torch/loggers/tensorboard_logger.py
hyperion/torch/loggers/wandb_logger.py
hyperion/torch/losses/__init__.py
hyperion/torch/losses/bce_with_llr.py
hyperion/torch/lr_schedulers/__init__.py
hyperion/torch/lr_schedulers/cos_lr.py
hyperion/torch/lr_schedulers/exp_lr.py
hyperion/torch/lr_schedulers/factory.py
hyperion/torch/lr_schedulers/invpow_lr.py
hyperion/torch/lr_schedulers/lr_scheduler.py
hyperion/torch/lr_schedulers/red_lr_on_plateau.py
hyperion/torch/metrics/__init__.py
hyperion/torch/metrics/accuracy.py
hyperion/torch/metrics/accuracy_functional.py
hyperion/torch/metrics/metrics.py
hyperion/torch/models/__init__.py
hyperion/torch/models/tvector/__init__.py
hyperion/torch/models/tvector/resnet_tvector.py
hyperion/torch/models/tvector/tvector.py
hyperion/torch/narchs/__init__.py
hyperion/torch/narchs/audio_feats_mvn.py
hyperion/torch/narchs/classif_head.py
hyperion/torch/narchs/conformer_encoder_v1.py
hyperion/torch/narchs/dc1d_decoder.py
hyperion/torch/narchs/dc1d_encoder.py
hyperion/torch/narchs/dc2d_decoder.py
hyperion/torch/narchs/dc2d_encoder.py
hyperion/torch/narchs/efficient_net.py
hyperion/torch/narchs/etdnn.py
hyperion/torch/narchs/fcnet.py
hyperion/torch/narchs/net_arch.py
hyperion/torch/narchs/resetdnn.py
hyperion/torch/narchs/resnet.py
hyperion/torch/narchs/resnet1d_decoder.py
hyperion/torch/narchs/resnet1d_encoder.py
hyperion/torch/narchs/resnet2d_decoder.py
hyperion/torch/narchs/resnet2d_encoder.py
hyperion/torch/narchs/resnet_factory.py
hyperion/torch/narchs/spinenet.py
hyperion/torch/narchs/spinenet_factory.py
hyperion/torch/narchs/tdnn.py
hyperion/torch/narchs/tdnn_factory.py
hyperion/torch/narchs/torch_na_loader.py
hyperion/torch/narchs/transformer_encoder_v1.py
hyperion/torch/narchs/xvector_classif.py
hyperion/torch/optim/__init__.py
hyperion/torch/optim/factory.py
hyperion/torch/optim/fgsm.py
hyperion/torch/optim/radam.py
hyperion/torch/seq_embed/__init__.py
hyperion/torch/trainers/__init__.py
hyperion/torch/trainers/ae_trainer.py
hyperion/torch/trainers/dvae_trainer.py
hyperion/torch/trainers/plda_trainer.py
hyperion/torch/trainers/torch_trainer.py
hyperion/torch/trainers/vae_trainer.py
hyperion/torch/trainers/vq_dvae_trainer.py
hyperion/torch/trainers/vq_vae_trainer.py
hyperion/torch/trainers/xvector_adv_trainer.py
hyperion/torch/trainers/xvector_adv_trainer_from_wav.py
hyperion/torch/trainers/xvector_finetuner.py
hyperion/torch/trainers/xvector_trainer.py
hyperion/torch/trainers/xvector_trainer_deep_feat_reg.py
hyperion/torch/trainers/xvector_trainer_deep_feat_reg_from_wav.py
hyperion/torch/trainers/xvector_trainer_from_wav.py
hyperion/torch/transforms/__init__.py
hyperion/torch/transforms/reshape.py
hyperion/torch/utils/__init__.py
hyperion/torch/utils/data_parallel.py
hyperion/torch/utils/ddp.py
hyperion/torch/utils/devices.py
hyperion/torch/utils/distributions.py
hyperion/torch/utils/eval_utils.py
hyperion/torch/utils/math.py
hyperion/torch/utils/metric_acc.py
hyperion/torch/utils/misc.py
hyperion/transforms/__init__.py
hyperion/transforms/cent_whiten.py
hyperion/transforms/cent_whiten_up.py
hyperion/transforms/coral.py
hyperion/transforms/gaussianizer.py
hyperion/transforms/lda.py
hyperion/transforms/lnorm.py
hyperion/transforms/lnorm_up.py
hyperion/transforms/mvn.py
hyperion/transforms/nap.py
hyperion/transforms/nda.py
hyperion/transforms/pca.py
hyperion/transforms/sb_sw.py
hyperion/transforms/skl_tsne.py
hyperion/transforms/transform_list.py
hyperion/utils/__init__.py
hyperion/utils/ext_segment_list.py
hyperion/utils/fold_list.py
hyperion/utils/framing.py
hyperion/utils/kaldi_io_funcs.py
hyperion/utils/kaldi_matrix.py
hyperion/utils/list_utils.py
hyperion/utils/math.py
hyperion/utils/misc.py
hyperion/utils/multithreading.py
hyperion/utils/plotting.py
hyperion/utils/queues.py
hyperion/utils/rttm.py
hyperion/utils/scp_list.py
hyperion/utils/segment_list.py
hyperion/utils/sparse_trial_key.py
hyperion/utils/sparse_trial_scores.py
hyperion/utils/splicing.py
hyperion/utils/tensors.py
hyperion/utils/time_units.py
hyperion/utils/train_val_eval_list.py
hyperion/utils/trial_key.py
hyperion/utils/trial_ndx.py
hyperion/utils/trial_scores.py
hyperion/utils/trial_stats.py
hyperion/utils/utt2info.py
hyperion/utils/vad_utils.py
hyperion_ml.egg-info/PKG-INFO
hyperion_ml.egg-info/SOURCES.txt
hyperion_ml.egg-info/dependency_links.txt
hyperion_ml.egg-info/requires.txt
hyperion_ml.egg-info/top_level.txt