Last active
September 24, 2021 20:00
-
-
Save olokobayusuf/4d206ba6207280b202ab6f9cd8314979 to your computer and use it in GitHub Desktop.
Creating a predictor for making predictions with ML models.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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