load_model: Load a Classifier Model with animl-py

View source: R/classification.R

load_modelR Documentation

Load a Classifier Model with animl-py

Description

Load a Classifier Model with animl-py

Usage

load_model(model_path, classes, device = NULL, architecture = "CTL")

Arguments

model_path

path to model

device

send model to the specified device

architecture

model architecture

class_file

path to class list

Value

list of c(classifier, class_list)

Examples

## Not run: andes <- loadModel('andes_v1.pt','andes_classes.csv')

icr-ctl/animl documentation built on July 5, 2025, 6:44 a.m.