Wrapper class for ESPnet module #56
Masao-Someki
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the ESPnet supports more and more models, we want to support them as quickly as possible.
To achieve this fast development, we are planning to create a wrapper class for the ESPnet modules.
This class will replace some modules to the onnx version.
(We need to replace some modules because we cannot simply export them to onnx format.)
I'm planning to use the wrapper class as:
and in the ESPnet2OnnxWrapper class,
In this way, what the developers do to support new model is:
Beta Was this translation helpful? Give feedback.
All reactions