README.md
setup.cfg
setup.py
TensorFlowASR.egg-info/PKG-INFO
TensorFlowASR.egg-info/SOURCES.txt
TensorFlowASR.egg-info/dependency_links.txt
TensorFlowASR.egg-info/requires.txt
TensorFlowASR.egg-info/top_level.txt
tensorflow_asr/__init__.py
tensorflow_asr/augmentations/__init__.py
tensorflow_asr/augmentations/augments.py
tensorflow_asr/augmentations/signal_augment.py
tensorflow_asr/augmentations/spec_augment.py
tensorflow_asr/configs/__init__.py
tensorflow_asr/configs/config.py
tensorflow_asr/datasets/__init__.py
tensorflow_asr/datasets/asr_dataset.py
tensorflow_asr/datasets/base_dataset.py
tensorflow_asr/featurizers/__init__.py
tensorflow_asr/featurizers/gammatone.py
tensorflow_asr/featurizers/speech_featurizers.py
tensorflow_asr/featurizers/text_featurizers.py
tensorflow_asr/losses/__init__.py
tensorflow_asr/losses/ctc_losses.py
tensorflow_asr/losses/rnnt_losses.py
tensorflow_asr/models/__init__.py
tensorflow_asr/models/activations.py
tensorflow_asr/models/conformer.py
tensorflow_asr/models/ctc.py
tensorflow_asr/models/deepspeech2.py
tensorflow_asr/models/jasper.py
tensorflow_asr/models/streaming_transducer.py
tensorflow_asr/models/transducer.py
tensorflow_asr/models/layers/__init__.py
tensorflow_asr/models/layers/bnlstmcell.py
tensorflow_asr/models/layers/embedding.py
tensorflow_asr/models/layers/multihead_attention.py
tensorflow_asr/models/layers/point_wise_ffn.py
tensorflow_asr/models/layers/positional_encoding.py
tensorflow_asr/models/layers/row_conv_1d.py
tensorflow_asr/models/layers/sequence_wise_bn.py
tensorflow_asr/models/layers/subsampling.py
tensorflow_asr/optimizers/__init__.py
tensorflow_asr/optimizers/accumulation.py
tensorflow_asr/optimizers/schedules.py
tensorflow_asr/runners/__init__.py
tensorflow_asr/runners/base_runners.py
tensorflow_asr/runners/ctc_runners.py
tensorflow_asr/runners/transducer_runners.py
tensorflow_asr/utils/__init__.py
tensorflow_asr/utils/metrics.py
tensorflow_asr/utils/utils.py