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 optimizer #67

Closed kevinthesun closed 7 years ago

kevinthesun commented 7 years ago

Add get_config method to each optimizer to pass configuration when saving/loading model. For the optimizer states passing, I created an issue on fchollet/keras: https://github.com/fchollet/keras/issues/6978 It's not answered yet.

@piiswrong @sandeep-krishnamurthy