Transformation of different deep learning framework models

The mmdnn framework provided by Microsoft is not very good. He can only convert some existing frameworks/models (such as vgg yolo v3, etc.). It seems that they cannot be transferred if they are written by themselves. When I converted the mxnet framework lffd to the ir intermediate framework, I kept reporting errors.

Onnx is a good framework, you can convert the model into an intermediate file. Onnx, and then into the target framework.

Need to pay attention to two points, 1.2.1 and 1.4.1 are easier to use than 1.7.1. Onnx-tf chooses 1.2.1 version as well.

Guess you like

Origin blog.csdn.net/weixin_39875161/article/details/107799955