-
Notifications
You must be signed in to change notification settings - Fork 3
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
Errors recompiling Keras on Julia 1.3.1 #3
Comments
can confirm with julia 1.5.3.
or with:
|
The workaround is to clone the github normally ( There are other issues: the Julia itself has changed significantly from 0.6, things like the Unfortunetly, because this package would really be useful. If I find anything, I'll comunicate. |
Hey folks! I wrote this package three years ago and then I lost access to that github account (@ayush1999). If you think this package is useful, please let me know and I'll try to migrate it to my current account (@ayush-1506) and bump it to support new julia versions. Thanks! |
I think it is definetly useful, I'd used it on ProtoSyn.jl if it worked on Julia 1.7. How hard do you think it would be? |
I think apart from adding the usual manifest files (which should be the simpler bit), we'd also need to check if the Flux & Keras APIs have changed. This might be the more involved part. |
Agreed. Some julia changes might also have broken this code. |
FYI if code changes here are significant and you want something to work as soon as possible, there are other things you can try:
|
I was exploring the ONNX.jl, actually adding ops as you said (ahah). Run into some problems: FluxML/ONNX.jl#61 (comment) Perhaps you may help as well. I'm kind of a noob when it comes to these things. I also took a look at Keras.jl, but I may just end up going with the default way of using PyCall to run TensorFlow. |
I see that the package is a bit stale and has not been upgraded to work on Julia 1, however I was able to install it seamlessly in Julia 1.3.1 by executing
Pkg.add(Pkg.PackageSpec(url="https://github.com/ayush1999/Keras.jl", rev="master"))
. Executingusing Keras
returned errors I wasn't able to fix. The full output is below. Any suggestion is greatly appreciated.The text was updated successfully, but these errors were encountered: