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, class_file, device = NULL, architecture = "CTL")

Arguments

model_path

path to model

class_file

path to class list

device

send model to the specified device

architecture

model architecture

Value

list of c(classifier, class_list)

Examples

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

icr-ctl/animl documentation built on Feb. 16, 2025, 11:33 p.m.