Hello
suddently my R code stopped working with basic ML models sending error messages.
for example: "Error in brulee_mlp_bridge()
:! The torch backend has not been installed; use torch::install_torch()
"
when i install again error messages: "'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.14.2/latest/lantern-0.14.2+cpu-win64.zip'
Error in download_file()
:x Unable to download from
https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.14.2/latest/lantern-0.14.2+cpu-win64.zip
i Please verify that the URL is not blocked by your firewall. See also
https://torch.mlverse.org/docs/articles/installation.html#file-based-download
Caused by error in utils::download.file()
:"
Error in brulee_mlp_bridge()
:
! The torch backend has not been installed; use torch::install_torch()
.
Backtrace:
x
- +-parsnip::fit(...)
- +-workflows:::fit.workflow(...)
- | -workflows::.fit_model(workflow, control)
- | +-generics::fit(action_model, workflow = workflow, control = control)
- | -workflows:::fit.action_model(...)
- | -workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
- | +-generics::fit_xy(...)
- | -parsnip::fit_xy.model_spec(...)
- | -parsnip:::xy_xy(...)
- | -parsnip:::eval_mod(...)
- | -rlang::eval_tidy(e, env = envir, ...)
- +-brulee::brulee_mlp(...)
- -brulee:::brulee_mlp.data.frame(...)
- -brulee:::brulee_mlp_bridge(...)
Run rlang::last_trace(drop = FALSE) to see 2 hidden frames.
Thank you