Skip to content

Commit

Permalink
add mxnet module extraction support
Browse files Browse the repository at this point in the history
resolves dmlc#85
  • Loading branch information
joeddav committed Oct 19, 2017
1 parent a21823b commit 3a9a07b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keras/backend/mxnet_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ def set_model(model):
_MODEL = model


def get_mxnet_module():
return _MODEL._mod


def clear_session():
reset_uids()
_EXECUTOR = None
Expand Down

0 comments on commit 3a9a07b

Please sign in to comment.