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

Can we use Xception V1 model with mxnet backend #80

Open ZhaoxiaZhang opened 6 years ago

ZhaoxiaZhang commented 6 years ago

HI, I installed keras with mxnet 0.11 and successfully run the mnist_mlp.py. Everything is OK. Now I want to use the xception module in \keras\applications and found the comments in the file:

> Also do note that this model is only available for the TensorFlow backend,
> due to its reliance on `SeparableConvolution` layers.

I want to confirm whether it's true.

@piiswrong

Many thanks!