-
Notifications
You must be signed in to change notification settings - Fork 34
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
Merge this branch with Keras 2.0 #66
Comments
Yes. We will first finalize keras/mxnet for 1.2.2 and then switch to 2.0. |
Waiting for MXNet + Keras 2. I have networks developed based on Keras 2 and I am desperate for MXNet auto multi-GPU support.... |
@kevinthesun timeline? Why not try to merge this into Keras? |
:'( same as @yliu7366 I hope at least somebody has begun to work on this |
It would be great to have an update: are things still planned for a Keras2.0 upgrade? |
Hi Yes. This is planned and work is in progress. I have implemented all basic tensor operators.. https://github.com/simpledl/keras/tree/mxnet_backend_keras2 |
This is great @sandeep-krishnamurthy ! |
Hello, I have created a PR - keras-team#9291 |
@sandeep-krishnamurthy How to install the Keras2-compatible version ? |
@edmondja - Thanks for you interest.
|
Hello, I used all of your instructions but I have this error : File "/Users/edmondjacoupeau/anaconda/lib/python3.6/site-packages/keras/backend/init.py", line 72, in AssertionError |
Hi @edmondja It looks like you have not checked out |
@edmondja - Did you had pre-installed keras (without mxnet backend)? If yes, please uninstall it before running above provided command.
|
Thanks it worked |
Hi,
Wanted to ask what are the plans to pull in Keras 2.0 as there have been interface level changes from 1.2.2.
Rahul
The text was updated successfully, but these errors were encountered: