Model Zoo
Pretrained models in Deeplearning4j — available architectures, using pretrained weights, and transfer learning from zoo models
About the Deeplearning4j Model Zoo
Maven Dependency
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-zoo</artifactId>
<version>${dl4j.version}</version>
</dependency>The ZooModel Interface
Method
Description
Initializing a Fresh Network
Changing the Input Shape
Loading Pretrained Weights
Transfer Learning
Feature Extraction (Frozen Backbone)
Fine-Tuning (Partial Unfreezing)
Memory and Workspace Configuration
Available Models at a Glance
Model
Input Shape
Pretrained Datasets
Source Code
Last updated
Was this helpful?