Sandeep Krishnamurthy

Results 14 comments of Sandeep Krishnamurthy

@mchoi8739 @jkroll-aws - Requesting your review and help with merge on this PR please. Thank you. cc @Zha0q1

Hi Mu, Can we merge these changes now and I will create issue to update build script to change relative paths and track in different task? I am worried about...

@juliusshufan - Thanks for addressing the comments. @szha - I am not sure if this will be useful for users. Can you please suggest/review? Thanks.

@juliusshufan - Can you please address review comments and look at failed CI?

Issue seems to be that you don't have that many GPUs. May be you could run - "nvidia-smi" command on terminal and report if you have 4 GPUs?

I tried Resnet50 example here - https://github.com/dmlc/keras/blob/master/examples/cifar10_resnet50.py with multiple GPUs and things seems to work fine. Can you please let me know more details on the setup you have, version...

Thanks @joeddav Looks good to me. @piiswrong - Can we merge this?

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 Note above repo is just a placeholder I started working on. All...

Hello, Keras2+MXNet is almost complete. https://github.com/deep-learning-tools/keras/tree/keras2_mxnet_backend . Please try and provide your feedback. I have created a PR - https://github.com/keras-team/keras/pull/9291 However, there are few design incompatibility with MXNet and Keras...

@edmondja - Thanks for you interest. Please open issue at - https://github.com/deep-learning-tools/keras if you face any problems. ``` $ mkdir keras $ git clone https://github.com/deep-learning-tools/keras ./keras/ $ cd keras/ #...