View source: R/classification.R
load_model | R Documentation |
Load a Classifier Model with animl-py
load_model(model_path, class_file, device = NULL, architecture = "CTL")
model_path |
path to model |
class_file |
path to class list |
device |
send model to the specified device |
architecture |
model architecture |
list of c(classifier, class_list)
## Not run: andes <- loadModel('andes_v1.pt','andes_classes.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.