ONNXModelHub
Parameters
cacheDirectory
The directory for all loaded models. It should be created before model loading and should have all required permissions for file writing/reading on your OS.
Constructors
ONNXModelHub
Link copied to clipboard
Functions
get
Link copied to clipboard
operator fun <T : InferenceModel, U : InferenceModel> get(modelType: ModelType<T, U>): U
Content copied to clipboard
loadModel
Link copied to clipboard
open override fun <T : InferenceModel, U : InferenceModel> loadModel(modelType: ModelType<T, U>, loadingMode: LoadingMode): T
Content copied to clipboard
Loads model configuration without weights.
loadPretrainedModel
Link copied to clipboard
fun <T : InferenceModel, U : InferenceModel> loadPretrainedModel(modelType: ModelType<T, U>, loadingMode: LoadingMode): U
Content copied to clipboard
Properties
cacheDirectory
Link copied to clipboard