You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
把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之前的结果呢?