Performance difference Quartznet - pb vs tflite
Due to differences in the data pipeline of Quartznet, the .tflite model shows a somewhat lower performance than the .pb model.
The reason was that some parts of the spectrogram calculation could not be directly converted to tflite and required a different approach.
This should be fixed in the Conformer implementations.
Edited by DANBER