webdnn icon indicating copy to clipboard operation
webdnn copied to clipboard

mxnet support

Open cheshirecats opened this issue 7 years ago • 1 comments

Will there be mxnet support? Thank you very much.

cheshirecats avatar Aug 15 '17 18:08 cheshirecats

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!

Kiikurage avatar Aug 16 '17 00:08 Kiikurage