Windows-Machine-Learning icon indicating copy to clipboard operation
Windows-Machine-Learning copied to clipboard

Set Model Names in Samples for Telemetry

Open nums11 opened this issue 3 years ago • 0 comments

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

nums11 avatar Jul 13 '22 21:07 nums11