Class PyModel

  • All Implemented Interfaces:
    ai.djl.Model, java.lang.AutoCloseable

    public class PyModel
    extends ai.djl.BaseModel
    PyModel is the Python engine implementation of Model.
    • Field Summary

      • Fields inherited from class ai.djl.BaseModel

        artifacts, block, dataType, inputData, manager, modelDir, modelName, properties
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void load​(java.nio.file.Path modelPath, java.lang.String prefix, java.util.Map<java.lang.String,​?> options)
      <I,​O>
      ai.djl.inference.Predictor<I,​O>
      newPredictor​(ai.djl.translate.Translator<I,​O> translator, ai.djl.Device device)
      • Methods inherited from class ai.djl.BaseModel

        close, describeInput, describeOutput, finalize, getArtifact, getArtifact, getArtifactAsStream, getArtifactNames, getBlock, getDataType, getModelPath, getName, getNDManager, getProperty, load, newTrainer, paramPathResolver, readParameters, save, setBlock, setDataType, setModelDir, setProperty, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface ai.djl.Model

        cast, load, load, load, newPredictor, quantize
    • Method Detail

      • load

        public void load​(java.nio.file.Path modelPath,
                         java.lang.String prefix,
                         java.util.Map<java.lang.String,​?> options)
                  throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • newPredictor

        public <I,​O> ai.djl.inference.Predictor<I,​O> newPredictor​(ai.djl.translate.Translator<I,​O> translator,
                                                                              ai.djl.Device device)
        Specified by:
        newPredictor in interface ai.djl.Model
        Overrides:
        newPredictor in class ai.djl.BaseModel