facebookresearch / encodec

State-of-the-art deep learning based audio codec supporting both mono 24 kHz audio and stereo 48 kHz audio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting encodec model to ONNX

kalradivyanshu opened this issue · comments

❓ Questions

Has anyone had success converting encodec model to ONNX? I tried python -m transformers.onnx --model=encodec24khz onnx/ but that gives KeyError: 'encodec': huggingface/transformers#27602.

Can it be done? Can help or directions will be highly appreciated! Thankyou for all your work!