-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Can't import onnx model, converted from BigGAN-PyTorch #184
Comments
1.Are you converting a pytorch-based model or a tensorflow model |
I got the same error |
I've create an onnx model from the pytorch model from this repo: https://github.com/ajbrock/BigGAN-PyTorch.git
I can use the model in python, without pytorch only using onnx.
However I can't Unmarshal the ONNX model with onnx-go. See the stacktrace:
The code im using:
You can download the model here:
https://drive.google.com/file/d/1idIe8_GzoqyHqXWkEnYd8H_IuvTjfn4L/view?usp=sharing
The text was updated successfully, but these errors were encountered: