2

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 ?

datarpit
  • 21
  • 2

1 Answers1

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