Shape Operator support
Opened this issue · 1 comments
MiZhangWhuer commented
When I trying to import FCN8s onnx model generated from PyTorch, the following error occurs:
"op_type {} is currently not supported for NNP conversion".
After checking the code, we found that this is related to the Operator named 'Shape'.
Is there any planning for supporting the Shape operator?
TomonobuTsujikawa commented
Yes, we would like to support it, but now under investigation.