-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Keras Version Outdated #2
Comments
@Ninad998 it is straightforward to do the update. Would you like to contribute the necessary changes to the recipe to build the new version of keras? I'm happy to walk you through the process. |
Alright no worries. At any point in the future if you'd like me to walk you through the process, just ping me. Thanks for reminding me about #1. I'll see if I can't get that building |
I think the issue was we needed a newer |
Tensorflow 0.11 has just been merged in conda-forge/tensorflow-feedstock#22 |
@ghego rebase your PR and push it again to trigger the CIs again now that new tensorflow is available on anaconda.org/conda-forge |
Not sure what you are proposing. Bumping the GLIBC version in the image? That's not exactly trivial and would be a larger org discussion. Not saying it is impossible, but it is not the easiest path forward and is likely to run into obstacles. We have gotten If that's not working, it might be worth trying to build tensorflow from source again. Something we want to do anyways. A fair bit of work has already gone into that. |
Hi, Using the syntax from Conda Cloud website. |
I had troubles building keras on windows. Unfortunately, I don't have access to a windows machine to solve the problems. I am dependent on a windows savvy person to help me get the build working. See the discussion in #6. |
I think the problem should be resolvable if you are willing to contribute @Ninad998. 😉 |
Actually I think the problem should be solved on Keras's end. Since the default requirement is Tensorflow and Tensorflow does not have a Python2 PyPi install for Windows. I will raise an issue on Keras Github. |
Ok, let us know how it goes. Though still open to a PR that does the same thing on Windows that we do on Unix, should it be needed. |
You can use |
We are currently on 2.1.5 and there is a PR open for 2.1.6. The community is welcome to push this forward and take a more active roll in this and other feedstocks if they are of interest. |
The Keras version hosted is currently outdated. Is there going to be a new release soon?
Reference:
https://github.com/fchollet/keras#keras-deep-learning-library-for-tensorflow-and-theano
The text was updated successfully, but these errors were encountered: