Smarter-version
Smarter-version
I'm having the same problem. Have you solved it?
I want to modify the precision of the Add_3244 node to fp32, but it's wrapped in Myelin. Commands or scripts: trtexec \ --onnx=$onnx_path \ --saveEngine=$engine_path \ --plugins=$plugins_path \ --verbose --workspace=2048...
> > I want to modify the precision of the Add_3244 node to fp32, but it's wrapped in Myelin. Commands or scripts: trtexec --onnx=$onnx_path --saveEngine=$engine_path --plugins=$plugins_path --verbose --workspace=2048 --exportProfile=${engine_path}.profile.json --exportLayerInfo=${engine_path}.graph.json...