breizhn / DTLN-aec

This Repostory contains the pretrained DTLN-aec model for real-time acoustic echo cancellation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I get some files for quantization of the model?

takhyun12 opened this issue · comments

Hi,
I am currently using DTLN-aec for real-time acoustic echo cancellation testing.

For me, this model's performance is so lovely, but it needs to be lightweightening for using in real-time process. so, I'm trying to quantization the tflite file.

I want to change float32 to float16 through the dynamic range quantization.

However, In the process of quantization, The tf.lite.TFLiteConverter.from_saved_model function takes a tensorflow(.pb) model as a parameter. so I needs .pb file.

Therefore, can I get a .pb file or quantized-tflite file?

If I succeed in quantization, I can share my code and results with you.

Thank you for reading it. Have a nice day.