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

fix group symbol __repr__ error, add random_binomial #57

Closed jiajiechen closed 7 years ago

jiajiechen commented 7 years ago

fix group symbol repr problem because group symbol does not have self.symbol.name add random_binomial according to #54 In keras example imdb_lstm.py: random_binomial NotImplementedError.