Package org.jetbrains.kotlinx.dl.api.inference.loaders
Types
TFModelHub
Link copied to clipboard
This class provides methods for loading Keras models, its weights and ImageNet labels (for prediction purposes) to the local cacheDirectory.
TFModelType
Link copied to clipboard
interface TFModelType<T : TensorFlowInferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Base ModelType for TensorFlow models.