Open 394781865 opened 5 years ago
把mxnet模型转onnx模型前需要Note out(注释掉) the line 57(predict_score = mxnet.symbol.slice_axis(predict_score, axis=1, begin=0, end=1),现在我想用python+tensorrt推理onnx模型,如何得到注释the line 57之前的结果呢?
把mxnet模型转onnx模型前需要Note out(注释掉) the line 57(predict_score = mxnet.symbol.slice_axis(predict_score, axis=1, begin=0, end=1),现在我想用python+tensorrt推理onnx模型,如何得到注释the line 57之前的结果呢?