TensorFlowASR
TensorFlowASR copied to clipboard
:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords
Just a question but is there or has anyone managed to convert one of the models to full int3 quantisation? I am wondering if its possible to use ArmNN and...
Hello! How to convert nemo available models to tflite using your library? Thanks in advance!
XLA bug
i got these errros while running with config : python /data/npl/Speech2Text/TensorFlowASR-main/examples/train.py --mxp=auto --jit-compile --config-path=/data/npl/Speech2Text/TensorFlowASR-main/examples/models/transducer/rnnt/small.yml.j2 --dataset-type=tfrecord --modeldir=/data/npl/Speech2Text/TensorFlowASR-main/tensorflow_asr/checkpoint --datadir=/data/npl/Speech2Text/TensorFlowASR-main/scripts/data ___________________ Epoch 1/300 INFO:tensorflow:Collective all_reduce tensors: 39 all_reduces, num_devices = 8, group_size =...
I'm trying to learn a Conformer model using data and a custom word dictionary. My learning environment uses two GPUs, and the dataset uses commonvoice data. Looking at this log,...