Package ai.djl.repository.zoo
package ai.djl.repository.zoo
Contains classes for working with model zoo repositories.
-
ClassDescriptionShared code for the
ModelLoaderimplementations.Criteria<I,O> TheCriteriaclass contains search criteria to look up aZooModel.Criteria.Builder<I,O> A Builder to construct aCriteria.AModelZoothat contains models in specified locations.AnZooProviderimplementation can load models from specified locations.A ModelLoader loads a particularZooModelfrom a Repository for a model zoo.Thrown when an application tries to load a model from repository search path.An interface represents a collection of models.An interface that resolves external ModelZoo.ZooModel<I,O> TheZooProvideris a service provider that enablesServiceLoaderto locate and load at the run time.Runtime exception thrown when a provider of the required type cannot be found.