View source: R/install_fastai.R
install_fastai | R Documentation |
Install fastai
install_fastai(
version,
gpu = FALSE,
cuda_version = "11.8",
overwrite = FALSE,
extra_pkgs = c("timm", "fastinference[interp]"),
TPU = FALSE
)
version |
specify version |
gpu |
installation of gpu |
cuda_version |
if gpu true, then cuda version is required. By default it is 11.6 |
overwrite |
will install all the dependencies |
extra_pkgs |
character vector of additional packages |
TPU |
official way to install Pytorch-XLA 1.13 |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.