

Other arguments passed to reticulate::conda_install() or reticulate::virtualenv_install(), depending on the method used. Maintained for backwards.Īdditional Python packages to install along with TensorFlow. The full URL or path to a installer binary or python *.whl file. To any specification, you can append “-cpu” to install the cpu version only of the package (e.g., "2.4-cpu") nightly for the latest available nightly build. Note that if the patch version is not supplied, the latest patch release is installed (e.g., "2.4" today installs version “2.4.2”) A version specification like "2.4" or "2.4.0". "release" installs the latest release version of tensorflow (which may be incompatible with the current version of the R package) See Finding Conda and conda_binary() for more details. Use "auto" to allow reticulate to automatically find an appropriate conda binary.

Note that the “virtualenv” method is not available on Windows. Change the default to force a specific installation method. By default, “auto” automatically finds a method that will work in the local environment. , pip_ignore_installed = TRUE ) Arguments Arguments

Install_keras( method = c( "auto", "virtualenv", "conda"), conda = "auto", version = "default", tensorflow = version, extra_packages = NULL.
