diff --git a/README.md b/README.md index 0b2a7296451..e28d00d3648 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## You have just found Keras. +asdflkjasldfkj + Keras is a high-level neural networks library, written in Python and capable of running on top of either [MXNet](https://github.com/apache/incubator-mxnet), [TensorFlow](https://github.com/tensorflow/tensorflow) or [Theano](https://github.com/Theano/Theano). It was developed with a focus on enabling fast experimentation. *Being able to go from idea to result with the least possible delay is key to doing good research.* Use Keras if you need a deep learning library that: diff --git a/keras/backend/mxnet_backend.py b/keras/backend/mxnet_backend.py index 206121bd753..1a4beee2bcf 100644 --- a/keras/backend/mxnet_backend.py +++ b/keras/backend/mxnet_backend.py @@ -80,6 +80,10 @@ def set_model(model): _MODEL = model +def get_mxnet_module(): + return _MODEL._mod + + def clear_session(): reset_uids() _EXECUTOR = None