Deep Java Library’s (DJL) Model Zoo is more than a collection of pre-trained models. It’s a bridge between a model vendor and a consumer. It provides a framework for developers to create and publish their own models.
A ZooModel has the following characteristics:
We provide engine agnostic ZooModel
s in basic model zoo package. They can be used on any DJL backend engine.
We created a Huggingface model zoo to make it easy for users to consume them.
We created a PyTorch model zoo to make it easy for users to consume them.
We created an TensorFlow model zoo to make it easy for users to consume them.
Apache MXNet has a large number of existing pre-trained models. We created an Apache MXNet model zoo to make it easy for users to consume them.
You can create your own model in the model zoo so customers can easily consume it. For more information, see Add a new Model to the model zoo .
See: How to load model