torch
torch copied to clipboard
R Interface to Torch
The installation guide mentions that it is possible to install torch from pre-built binaries on linux, but when following the installation instructions, I get: ```r install.packages("torch", type = "binary") Error...
-I downloaded cuda toolkit 11.7 and cudnn 9.5.0 as per the instructions. Now when i do `install_torch(reinstall = T)` it sees the cuda and installs the cu117. ``` versuche URL...
Caching torch objects in Rmarkdown document them give errors (see the [issue](https://github.com/yihui/knitr/issues/2339) in `knitr` repository for more details). The underlying issue is that torch objects are implemented with classes (R6/Rcpp)...
I've just installed CUDA 12.6 on a fresh system. Turns out, R Torch only supports 11.7/.8 for now. Are there any near-term plans to extend support to newer CUDA versions,...
Hi, I followed the installation instructions provided [here](https://torch.mlverse.org/docs/articles/installation.html) and installed CUDA 11.3 and cuDNN 8.4 as per the [support matrix](https://docs.nvidia.com/deeplearning/cudnn/latest/reference/support-matrix.html#support-matrix). Running the following command: C:\Users\Utente>nvidia-smi gives the following output: Mon...
I have tried to follow the basic torch guide: Guess the correlation; but whenever I get to the point of running the R training, an error ‘R session aborted’ returns.