webdnn
webdnn copied to clipboard
mxnet support
Will there be mxnet support? Thank you very much.
Thank you for your interest. Currently we don't plan to support mxnet soon because we don't have enough time, sorry.
If you want to use WebDNN with mxnet now, using with other converter is one solution. For example, convert your mxnet model into caffe model using https://github.com/cypw/MXNet2Caffe. WebDNN supports caffe, so you can convert your model.
Of course we welcome your PR to support mxnet!