Skip to content

Instantly share code, notes, and snippets.

@olokobayusuf
Last active September 24, 2021 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olokobayusuf/4d206ba6207280b202ab6f9cd8314979 to your computer and use it in GitHub Desktop.
Save olokobayusuf/4d206ba6207280b202ab6f9cd8314979 to your computer and use it in GitHub Desktop.
Creating a predictor for making predictions with ML models.
// Create a classification predictor
var labels = new [] { "cat", "dog", ... };
var predictor = new MobileNetv2Predictor(model, labels);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment