Windows-Machine-Learning
Windows-Machine-Learning copied to clipboard
Set Model Names in Samples for Telemetry
This PR updates the Samples Gallery to use the SetName experimental API to set model names inside samples. The updated model name contains the name of the sample in which the model was used (e.g. "SqueezeNet_ImageClassifier") so that when telemetry is sent during session creation, the usage of specific samples will be tracked.
- Samples Gallery is updated to use Microsoft.AI.MachineLearrning 1.11
- Uses SetName Experimental API: https://github.com/microsoft/onnxruntime/pull/10518