Shashankwer commented on issue #700:
URL: https://github.com/apache/singa/issues/700#issuecomment-636277777


   Converting Shufflenetv1 from onnx to Singa results in not implemented error
   
   2020-05-30 13:03:55,922 onnx load model....
   Traceback (most recent call last):
     File "shufflenetv1.py", line 90, in <module>
       sg_ir = sonnx.prepare(onnx_model,device=dev)
     File 
"/Users/shashanknigam/anaconda3/envs/singa/lib/python3.6/site-packages/singa/sonnx.py",
 line 2035, in prepare
       model, init_inputs, device, opset_version)
     File 
"/Users/shashanknigam/anaconda3/envs/singa/lib/python3.6/site-packages/singa/sonnx.py",
 line 1973, in _onnx_model_to_singa_net
       node, inputs, opset_version)
     File 
"/Users/shashanknigam/anaconda3/envs/singa/lib/python3.6/site-packages/singa/sonnx.py",
 line 1818, in _onnx_node_to_singa_op
       return translator(onnx_node, inputs, opset_version)
     File 
"/Users/shashanknigam/anaconda3/envs/singa/lib/python3.6/site-packages/singa/sonnx.py",
 line 1592, in _create_conv
       raise NotImplementedError
   NotImplementedError
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to