Class KooguModelWorker


public class KooguModelWorker extends ArchiveModelWorker
The Koogu model worker.
Author:
Jamie Macaulay
  • Constructor Details

    • KooguModelWorker

      public KooguModelWorker()
  • Method Details

    • loadModel

      public org.jamdev.jdl4pam.ArchiveModel loadModel(String currentPath2) throws ai.djl.MalformedModelException, IOException
      Load a model from a file
      Overrides:
      loadModel in class ArchiveModelWorker
      Parameters:
      currentPath - - the path to the model.
      Throws:
      ai.djl.MalformedModelException
      IOException