dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.

Home Page:http://keras.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use Xception V1 model with mxnet backend

ZhaoxiaZhang opened this issue · comments

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!