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()
).
Arguments
- ...
Arguments passed to
torch::install_torch()
.