.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.releaserc.json
AUTHORS.rst
LICENSE.txt
README.md
codecov.yml
environment.yaml
mkdocs.yml
setup.cfg
setup.py
.github/workflows/create-release.yml
.github/workflows/publish-ghpages.yml
.github/workflows/publish-python.yml
.github/workflows/python-build.yml
docs/Custom Data.md
docs/Ultimate guide.md
docs/index.md
docs/quick reference guide.md
docs/api/blocks.md
docs/api/callbacks.md
docs/api/metrics.md
docs/api/utils.md
docs/api/Citrinet/blocks.md
docs/api/Citrinet/compatibility.md
docs/api/Citrinet/module.md
docs/api/Data/dataloader utils.md
docs/api/Data/datamodule.md
docs/api/Data/dataset.md
docs/api/Quartznet/blocks.md
docs/api/Quartznet/compatibility.md
docs/api/Quartznet/module.md
docs/api/Quartznet/transform.md
docs/api/Text Processing/preprocess.md
docs/api/Text Processing/tokenize.md
docs/api/Text Processing/transform.md
docs/api/Text Processing/vocab.md
docs/api/Wav2Vec/module.md
docs/api/Wav2Vec/transform.md
docs/css/mkdocstrings.css
docs/images/loss_spikes.png
docs/images/first_train/train_loss.png
docs/images/first_train/val_loss.png
docs/images/second_train/train_loss.png
docs/images/second_train/val_loss.png
src/thunder/__init__.py
src/thunder/blocks.py
src/thunder/callbacks.py
src/thunder/ctc_loss.py
src/thunder/metrics.py
src/thunder/utils.py
src/thunder/citrinet/__init__.py
src/thunder/citrinet/blocks.py
src/thunder/citrinet/compatibility.py
src/thunder/citrinet/module.py
src/thunder/data/__init__.py
src/thunder/data/dataloader_utils.py
src/thunder/data/datamodule.py
src/thunder/data/dataset.py
src/thunder/quartznet/__init__.py
src/thunder/quartznet/blocks.py
src/thunder/quartznet/compatibility.py
src/thunder/quartznet/module.py
src/thunder/quartznet/transform.py
src/thunder/text_processing/__init__.py
src/thunder/text_processing/preprocess.py
src/thunder/text_processing/tokenizer.py
src/thunder/text_processing/transform.py
src/thunder/text_processing/vocab.py
src/thunder/wav2vec/__init__.py
src/thunder/wav2vec/module.py
src/thunder/wav2vec/transform.py
src/thunder_speech.egg-info/PKG-INFO
src/thunder_speech.egg-info/SOURCES.txt
src/thunder_speech.egg-info/dependency_links.txt
src/thunder_speech.egg-info/not-zip-safe
src/thunder_speech.egg-info/requires.txt
src/thunder_speech.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_blocks.py
tests/test_callbacks.py
tests/test_data.py
tests/test_import.py
tests/test_metrics.py
tests/test_utils.py
tests/utils.py
tests/citrinet/test_blocks_cn.py
tests/citrinet/test_compatibility_cn.py
tests/citrinet/test_module_cn.py
tests/nemo_config_samples/QuartzNet15x5Base-En.yaml
tests/nemo_config_samples/QuartzNet15x5NR-En.yaml
tests/nemo_config_samples/QuartzNet5x5LS-En.yaml
tests/nemo_config_samples/example_tokenizer.model
tests/quartznet/test_blocks_qn.py
tests/quartznet/test_compatibility_qn.py
tests/quartznet/test_module_qn.py
tests/quartznet/test_transform_qn.py
tests/text/test_preprocess.py
tests/text/test_tokenize.py
tests/text/test_transforms.py
tests/text/test_vocab.py
tests/wav2vec/test_module_w2v.py
tests/wav2vec/test_preprocess_w2v.py
third-party-licenses/NEMO-License
third-party-licenses/torch-stft-LICENSE