-
Notifications
You must be signed in to change notification settings - Fork 371
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
Seedot #249
Comments
@mehreenjabeen Hi, could you mention which model do you wish to generate the corresponding code for? |
Hi @ShikharJ, I have two onnx models for keyword spotting task based on dnn and gru architecture |
@mehreenjabeen SeeDot/Shiftry might not have the full support for these models, but you can always try. See this for an example. |
@ShikharJ: I am following the same link you have shared, but my query is that there is no argument for feeding the trained onnx model to SeeDot-dev.py file. |
Ah, sorry, please follow the instructions from here. Please note that the generated |
@mehreenjabeen Sorry for the delayed response, it seems that the SeeDot converter is currently broken, and might need a substantial amount of work. We're planning a new release in February, but till then, I don't see this issue getting resolved. |
Hi,
I want to generate inference code corresponding to an onnx model. Although readme file in overview section says "SeeDot takes as input trained floating-point models", I cannot find any argument in the SeeDot-dev.py file which takes trained model as input.
Please help to resolve this.
The text was updated successfully, but these errors were encountered: