Skip to contents

This function can be called just after installing the EQRN package. It installs the necessary LibTorch backend by calling torch::install_torch(). See https://torch.mlverse.org/docs/articles/installation.html for more details. Calling this function shouldn't be necessary in most cases, as loading EQRN (e.g. with library(EQRN) or EQRN::fct()) should do it automatically (via .onLoad()).

Usage

install_backend(...)

Arguments

...

Arguments passed to torch::install_torch().

Examples

if (FALSE) {
EQRN::install_backend()
}