microsoft / vs-tools-for-ai

Visual Studio Tools for AI is a free Visual Studio extension to build, test, and deploy deep learning / AI solutions. It seamlessly integrates with Azure Machine Learning for robust experimentation capabilities, including but not limited to submitting data preparation and model training jobs transparently to different compute targets. Additionally, it provides support for custom metrics and run history tracking, enabling data science reproducibility and auditing. Enterprise ready collaboration, allow to securely work on project with other people.
http://aka.ms/vstoolsforai
352 stars 80 forks source link

AI VS Tool convert giving onnx v4 instead of v7 #43

Open mrsabhar opened 6 years ago

mrsabhar commented 6 years ago

Hi. I'm trying VS AI tool to convert model but dumps v4 op vs. v7. Is there update to AI tool?

https://github.com/Microsoft/Windows-Machine-Learning/issues/50 No suitable kernel definition found for op Add issue

Thanks

linmajia commented 6 years ago

@mrsabhar , thank you very much for the feedback.

Actually, Tools for AI calls those converters to do the real conversion. So you may try upgrading ONNX, WinMLTools, tf2onnx etc. manually by pip. Please refer to here.