Shashankwer opened a new pull request #720:
URL: https://github.com/apache/singa/pull/720
Changed contents in sonnx.py as follows:
ceil_mode = onnx_node.getattr("ceil_mode",0)
count_include_pad = onnx_node.getattr("count_include_pad",0)
if ceil_mode!=0 or count_include_pad!=0:
raise ValueError("Not implemented yet for count_include_pad or
ceil_mode")
Added Shufflenetv2.py
SONNX implementation of ONNX shufflenetv2 from
https://github.com/onnx/models/raw/master/vision/classification/shufflenet/model/shufflenet-v2-10.tar.gz
----------------------------------------------------------------
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]