Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 515 Bytes

File metadata and controls

6 lines (5 loc) · 515 Bytes

Overview

Conformer is a popular Transformer based speech recognition network, suitable for embedded devices. This repository contains instructions how to train and quantize a Conformer speech recognition model. For the quantization of the model, we use ExecuTorch with the Arm® Ethos™-U quantizer.

To train the model, follow the instructions in the training folder. To quantize the model, follow the instructions in the post_training_quantization folder.