Package org.jetbrains.kotlinx.dl.api.inference.loaders

Types

LoadingMode
Link copied to clipboard
enum LoadingMode : Enum<LoadingMode>

Loading strategy for remote loading.

ModelHub
Link copied to clipboard
abstract class ModelHub

This is an abstract class which provides methods for loading models, its weights and labels (for prediction purposes).

ModelType
Link copied to clipboard
interface ModelType<T : InferenceModel, U : InferenceModel>

Basic interface for models loaded from S3.

Properties

AWS_S3_URL
Link copied to clipboard
const val AWS_S3_URL: String

This is the URL of the remote storage for downloading the models files.