detect_conda | R Documentation |
These functions detects miniconda and cuda.
detect_conda()
detect_cuda()
detect_conda
conducts a test to check whether 1) a miniconda installation and 2) the grafzahl miniconda environment exist.
detect_cuda
checks whether cuda is available. If setup_grafzahl
was executed with cuda
being FALSE
, this function will return FALSE
. Even if setup_grafzahl
was executed with cuda
being TRUE
but with any factor that can't enable cuda (e.g. no Nvidia GPU, the environment was incorrectly created), this function will also return FALSE
.
boolean, whether the system is available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.