Skip to content
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

How to convert DeepFloyd model to onnx #128

Open
dev-sh-inc opened this issue Jun 29, 2023 · 0 comments
Open

How to convert DeepFloyd model to onnx #128

dev-sh-inc opened this issue Jun 29, 2023 · 0 comments

Comments

@dev-sh-inc
Copy link

I intend to use torch.onnx.export to convert the DeepFloyd model to onnx format, documentation on this function is https://glaringlee.github.io/onnx.html#functions.
The problem I'm having is that I don't know what args, input_names, output_names and dynamic_axes arguments should be input when using this function.
in other words, I don't know what the inputs, input_names, output_names and dynamic_axes of the DeepFloyd model are. Where can I get information about these parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant