load_model | R Documentation |
Load a model
load_model(name)
name |
Name of the model. Currently only |
A torch::nn_module()
with pre-trained weights
if(torch::torch_is_installed()) {
model <- load_model("bird_beaks")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.