install_tensorflow_extras {tensorflow} | R Documentation |
This function is deprecated. Use the extra_packages
argument to
install_tensorflow()
to install additional packages.
install_tensorflow_extras(packages, conda = "auto")
packages |
Python packages to install |
conda |
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations). Only used when TensorFlow is installed within a conda environment. |