LICENSE
MANIFEST.in
README.md
pyproject.toml
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/callbacks.py
tensorflow_asr/configs.py
tensorflow_asr/datasets.py
tensorflow_asr/schemas.py
tensorflow_asr/tokenizers.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/gaussnoise.py
tensorflow_asr/augmentations/methods/specaugment.py
tensorflow_asr/features/__init__.py
tensorflow_asr/features/gammatone.py
tensorflow_asr/losses/__init__.py
tensorflow_asr/losses/base_loss.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_layer.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/base_ctc.py
tensorflow_asr/models/ctc/conformer.py
tensorflow_asr/models/ctc/deepspeech2.py
tensorflow_asr/models/ctc/jasper.py
tensorflow_asr/models/ctc/transformer.py
tensorflow_asr/models/decoders/__init__.py
tensorflow_asr/models/encoders/__init__.py
tensorflow_asr/models/encoders/conformer.py
tensorflow_asr/models/encoders/contextnet.py
tensorflow_asr/models/encoders/deepspeech2.py
tensorflow_asr/models/encoders/jasper.py
tensorflow_asr/models/encoders/rnnt.py
tensorflow_asr/models/encoders/transformer.py
tensorflow_asr/models/layers/__init__.py
tensorflow_asr/models/layers/blurpool.py
tensorflow_asr/models/layers/convolution.py
tensorflow_asr/models/layers/embedding.py
tensorflow_asr/models/layers/feature_extraction.py
tensorflow_asr/models/layers/memory.py
tensorflow_asr/models/layers/multihead_attention.py
tensorflow_asr/models/layers/positional_encoding.py
tensorflow_asr/models/layers/residual.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/base_transducer.py
tensorflow_asr/models/transducer/conformer.py
tensorflow_asr/models/transducer/contextnet.py
tensorflow_asr/models/transducer/rnnt.py
tensorflow_asr/models/transducer/transformer.py
tensorflow_asr/optimizers/__init__.py
tensorflow_asr/optimizers/accumulation.py
tensorflow_asr/optimizers/regularizers.py
tensorflow_asr/optimizers/schedules.py
tensorflow_asr/utils/__init__.py
tensorflow_asr/utils/app_util.py
tensorflow_asr/utils/cli_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/plot_util.py
tensorflow_asr/utils/shape_util.py
tensorflow_asr/utils/tf_util.py