Learn R Programming

rTorch (version 0.0.3)

install_torch_extras: Install additional Python packages alongside TensorFlow

Description

This function is deprecated. Use the `extra_packages` argument to `install_tensorflow()` to install additional packages.

Usage

install_torch_extras(packages, conda = "auto")

Arguments

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.