-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Readme example fails #46
Comments
i have the same problem with the exact same setup,
i believe problem lies in the ONNX.jl . here are the test results for ONNX.jl
|
Try installing from the master branch:
From this issue it appears the current version is using maxpool, which is deprecated in favor of MaxPool. This solved the issue for me. Hope this helps |
I also get an error when running the same example (in Linux Mint 19.2 and OS X Catalina): MethodError: no method matching maxpool(::Array{Float32,4}, ::Tuple{Int64,Int64}) Stacktrace: |
Could you try with the latest tagged? It should be resolved now |
@dhairyagandhi96 Can this issue be closed now? |
Thank you! |
Trying to execute the example in the readme.md file:
But when running the classify command, I get the following error:
ERROR: MethodError: no method matching maxpool(::Array{Float32,4}, ::Tuple{Int64,Int64})
I am running Julia version 1.1.1 on Ubuntu 16.04
The text was updated successfully, but these errors were encountered: