.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
_setup_info_generated.py
pyproject.toml
requirements.txt
requirements_dev.txt
setup.py
i6_models/__init__.py
i6_models/__setup__.py
i6_models/config.py
i6_models.egg-info/PKG-INFO
i6_models.egg-info/SOURCES.txt
i6_models.egg-info/dependency_links.txt
i6_models.egg-info/top_level.txt
i6_models/assemblies/__init__.py
i6_models/assemblies/conformer/__init__.py
i6_models/assemblies/conformer/conformer_rel_pos_v1.py
i6_models/assemblies/conformer/conformer_v1.py
i6_models/assemblies/conformer/conformer_v2.py
i6_models/assemblies/e_branchformer/__init__.py
i6_models/assemblies/e_branchformer/e_branchformer_v1.py
i6_models/assemblies/ffnn/__init__.py
i6_models/assemblies/ffnn/ffnn_v1.py
i6_models/assemblies/lstm/__init__.py
i6_models/assemblies/lstm/lstm_v1.py
i6_models/parts/__init__.py
i6_models/parts/blstm.py
i6_models/parts/dropout.py
i6_models/parts/ffnn.py
i6_models/parts/lstm.py
i6_models/parts/mhsa.py
i6_models/parts/rasr_fsa.py
i6_models/parts/best_rq/__init__.py
i6_models/parts/best_rq/mask.py
i6_models/parts/best_rq/quantizer.py
i6_models/parts/conformer/__init__.py
i6_models/parts/conformer/convolution.py
i6_models/parts/conformer/feedforward.py
i6_models/parts/conformer/mhsa.py
i6_models/parts/conformer/mhsa_rel_pos.py
i6_models/parts/conformer/norm.py
i6_models/parts/e_branchformer/__init__.py
i6_models/parts/e_branchformer/cgmlp.py
i6_models/parts/e_branchformer/merge.py
i6_models/parts/factored_hybrid/__init__.py
i6_models/parts/factored_hybrid/diphone.py
i6_models/parts/factored_hybrid/util.py
i6_models/parts/frontend/README.md
i6_models/parts/frontend/__init__.py
i6_models/parts/frontend/common.py
i6_models/parts/frontend/generic_frontend.py
i6_models/parts/frontend/vgg_act.py
i6_models/parts/frontend/window_convolution.py
i6_models/parts/losses/__init__.py
i6_models/parts/losses/nce.py
i6_models/parts/samplers/__init__.py
i6_models/parts/samplers/log_uniform.py
i6_models/primitives/__init__.py
i6_models/primitives/feature_extraction.py
i6_models/primitives/mixup.py
i6_models/primitives/specaugment.py
i6_models/util/compat.py
tests/test_blstm.py
tests/test_config.py
tests/test_conformer.py
tests/test_conformer_rel_pos.py
tests/test_e_branchformer.py
tests/test_feature_extraction.py
tests/test_ffnn.py
tests/test_fh.py
tests/test_frontend_vgg.py
tests/test_generic_frontend.py
tests/test_mha.py
tests/test_padding.py
tests/test_window_frontend.py