LICENSE
MANIFEST.in
README.md
requirements.txt
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/augmentation.py
tensorflow_asr/augmentations/methods/__init__.py
tensorflow_asr/augmentations/methods/base_method.py
tensorflow_asr/augmentations/methods/specaugment.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/speech_featurizers.py
tensorflow_asr/featurizers/text_featurizers.py
tensorflow_asr/featurizers/methods/__init__.py
tensorflow_asr/featurizers/methods/gammatone.py
tensorflow_asr/losses/__init__.py
tensorflow_asr/losses/ctc_loss.py
tensorflow_asr/losses/rnnt_loss.py
tensorflow_asr/metrics/__init__.py
tensorflow_asr/metrics/error_rates.py
tensorflow_asr/models/__init__.py
tensorflow_asr/models/base_model.py
tensorflow_asr/models/activations/__init__.py
tensorflow_asr/models/activations/glu.py
tensorflow_asr/models/ctc/__init__.py
tensorflow_asr/models/ctc/ctc.py
tensorflow_asr/models/ctc/deepspeech2.py
tensorflow_asr/models/ctc/jasper.py
tensorflow_asr/models/encoders/__init__.py
tensorflow_asr/models/encoders/conformer.py
tensorflow_asr/models/encoders/contextnet.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/models/transducer/__init__.py
tensorflow_asr/models/transducer/conformer.py
tensorflow_asr/models/transducer/contextnet.py
tensorflow_asr/models/transducer/rnn_transducer.py
tensorflow_asr/models/transducer/transducer.py
tensorflow_asr/optimizers/__init__.py
tensorflow_asr/optimizers/accumulation.py
tensorflow_asr/optimizers/schedules.py
tensorflow_asr/utils/__init__.py
tensorflow_asr/utils/app_util.py
tensorflow_asr/utils/data_util.py
tensorflow_asr/utils/env_util.py
tensorflow_asr/utils/feature_util.py
tensorflow_asr/utils/file_util.py
tensorflow_asr/utils/layer_util.py
tensorflow_asr/utils/math_util.py
tensorflow_asr/utils/metric_util.py
tensorflow_asr/utils/shape_util.py