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
350 stars 79 forks source link

VS (15.7.3 and 15.8 Preview 2) uses guid as class name for ONNX model exported from customvision.ai #21

Closed tamirdresher closed 6 years ago

tamirdresher commented 6 years ago

The issue was originally posted here: https://developercommunity.visualstudio.com/content/problem/266122/vs-158-preview-2-uses-guid-as-class-name-for-onnx.html

Even after changing the onnx file name, VS 15.8 preview 2 uses a guid as a class name for ONNX models exported and downloaded from customvision.ai

Steps to repeat:

Expected result: allow user to enter a readable name or use the project name from customvision.ai instead of a guid as a classname

linmajia commented 6 years ago

@tamirdresher , thank you very much for the feedback.

Actually, the functionality hansmbakker used is provided by VS 2017 directly instead of our extension. We also noticed this issue and have reported it to the corresponding team.