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
I am trying to export the preprocessor class of Quartznet model to onnx. My requirement is to run preprocessing in a non-python environment. However, the export is failing.
Steps/Code to reproduce bug
The bug can be reproduced using the following code -
Describe the bug
I am trying to export the preprocessor class of Quartznet model to onnx. My requirement is to run preprocessing in a non-python environment. However, the export is failing.
Steps/Code to reproduce bug
The bug can be reproduced using the following code -
The following error is produced:
Expected behavior
The preprocessor should export to onnx successfully.
Environment overview (please complete the following information)
Environment details
Additional context
The full model exports fine though. But that does not contain the preprocessor.
The text was updated successfully, but these errors were encountered: