alicera edited a comment on issue #19808:
URL: 
https://github.com/apache/incubator-mxnet/issues/19808#issuecomment-771332316


   Today, I try it again . It worked fine. Thanks for your help !!
   I based on NGC "nvcr.io/nvidia/mxnet:20.12-py3" to do
   git clone --recursive https://github.com/apache/incubator-mxnet mxnet
   cd mxnet
   git checkout v1.x
   cp -r ./python/mxnet/contrib/onnx/mx2onnx/ 
/opt/mxnet/python/mxnet/contrib/onnx/
   pip install onnx==1.7.0
   
   ---------------------------------------------------------------------------
   But I try to use onnx2trt. 
   resnest14 and resnest26 fail.
   resnest50 worked fine.
   
   Command: onnx2trt resnest26.onnx -o 26.trt
   Error:
   [2021-02-02 03:37:30   ERROR] INVALID_ARGUMENT: getPluginCreator could not 
find plugin ScatterND version 1
   While parsing node number 28 [ScatterND -> 
"resnest_layers1_splitattentionconv0_swapaxes0_perm_new"]:
   ERROR: /opt/mxnet/3rdparty/onnx-tensorrt/builtin_op_importers.cpp:3718 In 
function importFallbackPluginImporter:
   [8] Assertion failed: creator && "Plugin not found, are the plugin name, 
version, and namespace correct?"
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to