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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: