load_model: Load a model

View source: R/models.R

load_modelR Documentation

Load a model

Description

Load a model

Usage

load_model(name)

Arguments

name

Name of the model. Currently only "bird_beak".

Value

A torch::nn_module() with pre-trained weights

Examples

if(torch::torch_is_installed()) {
model <- load_model("bird_beaks")
}

rdinnager/fibre documentation built on Dec. 14, 2024, 10:33 a.m.