-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a list of models that can export ONNX? #7020
Comments
It depends on a case by case basis, not all models are exportable. We don't have a list as such of models that are Exportable, but generally they will subclass Exportable mixin. @stevehuang52 @fayejf is this model supposed to be exportable ? |
sorry for the delay, I'll take a loot and update later. |
@wxqwinner The export error was fixed here 7076, please use the latest NeMo main branch and let use know if there're further issues. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
'vad_multilingual_frame_marblenet' can.t export. is there a restriction on exporting models for some reason?
error:
'EncDecFrameClassificationModel' object has no attribute 'output_names'
The text was updated successfully, but these errors were encountered: