ModelType
Basic interface for models loaded from S3.
Parameters
T
the type of the basic model for common functionality.
U
the type of the pre-trained model for usage in Easy API.
Functions
pretrainedModel
Link copied to clipboard
Returns the specially prepared pre-trained model of the type U.
Properties
modelRelativePath
Link copied to clipboard
preprocessor
Link copied to clipboard
open val preprocessor: Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard
Preprocessing Operation specific for this model type.