I have models trained on tensorflow. Can I use mxnet in forward only mode to run these ? https://github.com/dmlc/nnvm says this should be possible in future, but is the support available today ?
Asked
Active
Viewed 1,101 times
2
-
Almost all of mxnet developers are Chinese and so we're unlikely to get "eyes" on this SOF question. But I upvoted anyways. – WestCoastProjects Mar 05 '17 at 16:59
-
This is more of a nnvm question, than a tensorflow/mxnet question. – Yao Zhang Apr 04 '17 at 07:06
1 Answers
1
MXNet doesn't have tensorflow model converter yet. It does have a caffe-to-mxnet converter. So you can convert your tf model to caffe, that would work..
https://github.com/dmlc/mxnet/tree/master/tools/caffe_converter

eric-haibin-lin
- 377
- 2
- 9