| Class | Description |
|---|---|
| DenseNet |
Wrapper class for the different versions of DenseNet.
|
| EfficientNet |
Wrapper class for the different versions of EfficientNet.
|
| InceptionResNetV2 |
Wrapper class for the different versions of InceptionResNetV2.
|
| InceptionV3 |
Wrapper class for the different versions of InceptionV3.
|
| KerasConstants |
Simple class to hold URLs and checksums of all Keras models in WDL4J.
|
| KerasZooModel |
This class essentially copies DL4J's ZooModel class, allowing the custom Keras models to provide the same interface
as those models provided by DL4J.
|
| MobileNet |
Wrapper class for the different versions of MobileNet.
|
| NASNet |
Wrapper class for the different versions of NASNet.
|
| ResNet |
Wrapper class for the different versions of ResNet.
|
| VGG |
Wrapper class for the different versions of VGG.
|
| Xception |
Wrapper class for the different versions of Xception.
|
| Enum | Description |
|---|---|
| DenseNet.VARIATION |
Different variations of the model.
|
| EfficientNet.VARIATION |
Different variations of the model.
|
| InceptionResNetV2.VARIATION |
Different variations of the model.
|
| InceptionV3.VARIATION |
Different variations of the model.
|
| MobileNet.VARIATION |
Different variations of the model.
|
| NASNet.VARIATION |
Different variations of the model.
|
| ResNet.VARIATION |
Different variations of the model.
|
| VGG.VARIATION |
Different variations of the model.
|
| Xception.VARIATION |
Different variations of the model.
|