DenseNet121
Functions
preprocessInput
Link copied to clipboard
open override 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
open override fun pretrainedModel(modelHub: ModelHub): ImageRecognitionModel
Content copied to clipboard
Returns the specially prepared pre-trained model of the type U.
Properties
modelRelativePath
Link copied to clipboard