dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.
http://keras.io/
Other
125 stars 34 forks source link

Implement random_binomial #61

Closed kevinthesun closed 7 years ago

kevinthesun commented 7 years ago

@piiswrong Right now we have four examples left with issues: https://github.com/dmlc/keras/issues/54 Two of them related to rnn symbolic loop. SoftmaxCrossEntropy and deconvolution might be related to mxnet.

@sandeep-krishnamurthy Sandeep can you also run testing with the update keras? Thanks.