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 a bug in handling context passed as a string. #62

Closed rravu3 closed 7 years ago

rravu3 commented 7 years ago

Missing period in assigning self._context from a string parameter.