onnx / onnx-coreml

ONNX to Core ML Converter
MIT License
394 stars 80 forks source link

NotImplementedError: Unsupported ONNX ops of type: FC #398

Open jjpd777 opened 5 years ago

jjpd777 commented 5 years ago

@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!

screen shot 2019-02-22 at 9 58 40 pm
jamesr66a commented 5 years ago

@dzhulgakov wrote that tutorial

jjpd777 commented 5 years ago

Great thank you very much @jamesr66a