install_tensorflow_extras | R Documentation |
This function is deprecated. Use the extra_packages
argument to
install_tensorflow()
or reticulate::py_install()
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.