yu-iskw / mxnet-in-keras-example

Example of Apache MXNet in Keras
1 stars 1 forks source link

Example of Apache MXNet in Keras

dmlc/keras offers Apache MXNet background for Keras.

Requirements

Setup

# create an anaconda environment and install Keras for MXNet background
make install

# Set Keras background to MXNet and run Jupyter Notebook
KERAS_BACKEND=mxnet jupyter-notebook

# Remove the anaconda environment
make conda-delete

Note

Unfortunately, the Keras version is 1.2.2 in August, 2017. The latest version is currently 2.0.6. It is very outdated. We definitely need to contribute to make Apache MXNet one of the official keras background.

Links