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

Fails on shufflenet #25

Open
zenna opened this issue Aug 13, 2019 · 1 comment
Open

Fails on shufflenet #25

zenna opened this issue Aug 13, 2019 · 1 comment

Comments

@zenna
Copy link

zenna commented Aug 13, 2019

ONNX's fails on Shufflenet, a network in the ONNX ModelZoo:

https://github.com/onnx/models/tree/master/vision/classification/shufflenet

ONNX.jl converts it to a Flux model fine. However, It fails (on an input of size (224, 224, 3, 1)).
It looks like the first error is that the output (edge_158) of c_99 has 24 channels but the next layer expects 6 layers.

@zenna
Copy link
Author

zenna commented Aug 13, 2019

FWIW this worked previously on older versions of both Flux and ONNX

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