Skip to content

Instantly share code, notes, and snippets.

@filipsedivy
Created March 21, 2022 13:51
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 filipsedivy/7861810d56794c797cc9d969479bc309 to your computer and use it in GitHub Desktop.
Save filipsedivy/7861810d56794c797cc9d969479bc309 to your computer and use it in GitHub Desktop.
import ai.djl.inference.Predictor;
ZooModel<Image, Classifications> model = criteria.loadModel();
Preditor predictor = model.newPredictor();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment