We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ONNX.jl fails to convert squeezenet (on input of size (244, 244, 3, 1))
https://github.com/onnx/models/tree/master/vision/classification/squeezenet
Everything is fine until the reshape of the last layer. For some reason the reshape size (c_11) is (-1, 0).
c_11
(-1, 0)
Using Flux#master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ONNX.jl fails to convert squeezenet (on input of size (244, 244, 3, 1))
https://github.com/onnx/models/tree/master/vision/classification/squeezenet
Everything is fine until the reshape of the last layer. For some reason the reshape size (
c_11
) is(-1, 0)
.Using Flux#master
The text was updated successfully, but these errors were encountered: