Open raulAtNines opened 6 years ago
Hello, I too will like support for the Shape() operator. Also encountered a model trained with pytorch that threw this exception when running the onnx converted model.
Thanks
I need this operator ONNX (Shape) to be supported too, and also the ONNX (Split).
Hi,
I have a model trained in pytorch that I exported as onnx, and would like to try to run in CNTK for inference. CNTK/C++ failed to load the dictionary, so I tried CNTK/python-nightly, and got that error.
RuntimeError: ONNX (Shape) is not supported in CNTK
Any workaround or timeline for onnx Shape support?
Relevant code:
z = C.Function.load('my_model.onnx', format=C.ModelFormat.ONNX)
Thank you, Raul.