ModelType
Basic interface for models loaded from S3.
Functions
preprocessInput
Link copied to clipboard
abstract fun preprocessInput(data: FloatArray, tensorShape: LongArray): FloatArray
Content copied to clipboard
Common preprocessing function for the Neural Networks trained on ImageNet and whose weights are available with the keras.application.
pretrainedModel
Link copied to clipboard
Returns the specially prepared pre-trained model of the type U.
Properties
modelRelativePath
Link copied to clipboard
Inheritors
TFModels
Link copied to clipboard