tutorials
tutorials copied to clipboard
encounter error when run OnnxCoremlImport.ipynb
run code step by step as OnnxCoremlImport.ipynb , however, it gets error when execute cml = onnx_coreml.convert(model), the error shows that list index out of range in line 347 in onnx_coreml/_transformers.py, is onnx_coreml not support PixelShuffle?
@smessmer could you take a look?