Description Usage Arguments Details
Install additional Python packages alongside TensorFlow
1 | 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. |
This function requires a version of TensorFlow previously installed
via the install_tensorflow()
function.
For virtualenv and conda installations, the specified packages will be installed into the "r-tensorflow" environment. For system installations on Windows the specified packages will be installed into the system package library.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.