You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
❓ Questions
Has anyone had success converting encodec model to ONNX? I tried
python -m transformers.onnx --model=encodec24khz onnx/
but that givesKeyError: 'encodec'
: huggingface/transformers#27602.Can it be done? Can help or directions will be highly appreciated! Thankyou for all your work!
The text was updated successfully, but these errors were encountered: