Package org.jetbrains.kotlinx.dl.api.inference.keras
Types
Contains layerName, gammaPath, betaPath, movingMeanPath, movingVariancePath for BatchNorm layer, found in hdf5 file via
Contains layerName, kernelPath, biasPath for specific layer, found in hdf5 file via
Parent class for specific paths to layers in h5 file. Contains only layerName field
Contains layerName, depthwiseKernelPath, pointwiseKernelPath, biasPath for SeparableConv2D layer, found in hdf5 file via
This strategy defines the behaviour during weights' loading if the weights are not found in the h5 file by the standard Keras paths.
Functions
Loads weights from hdf5 file created in Keras TensorFlow framework.
Loads weights from hdf5 file created in Keras TensorFlow framework for pre-defined list of layers.
Loads weights from hdf5 file created in Keras TensorFlow framework for pre-defined list of layers.
Loads weights from hdf5 file created in Keras TensorFlow framework.
Loads weights from hdf5 file created in Keras TensorFlow framework.
Loads weights from hdf5 file created in Keras TensorFlow framework for pre-defined list of layers.
Loads weights from hdf5 file created in Keras TensorFlow framework for non-trainable (or frozen) layers only.
Loads weights from hdf5 file created in Keras TensorFlow framework for non-trainable (or frozen) layers only.
Helper function to print out file in hdf5 format for debugging purposes.
Saves model description as json configuration file fully compatible with the Keras TensorFlow framework.