onnx-coreml
onnx-coreml copied to clipboard
NotImplementedError: Unsupported ONNX ops of type: FC
@jamesr66a I am trying to use the ONNX model provided at the end of this Microsoft Tutorial for Lung-diseases predictions using AI. At the end of the tutorial, a ONNX file is provided: https://chestxray.blob.core.windows.net/chestxraytutorial/tutorial_xray/chestxray_converted.onnx
I have tried following the ONNX tutorial for opening the model via coreml, but get: NotImplementedError: Unsupported ONNX ops of type: FC.
Any suggestions on how to open and run the ONNX model?
Thank you very much in advance for your time and consideration!
@dzhulgakov wrote that tutorial
Great thank you very much @jamesr66a