Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

                mxnet.contrib.onnx._export .export_model( sym, params, input_shape, output)

                Exports a given MXNet symbol object file or path to saved file to ONNX model file.

...

params  - str object (path to params file) or dict object containing the model params

input_shape - list of tuple object , specifies the shape of each input to the model

output    - path to the output file, including the filename.  Default: current path , filename: model.onnx

...