Learn R Programming

rTorch (version 0.4.2)

install_torch_extras: Install additional Python packages alongside PyTorch

Description

This function is deprecated. Use the extra_packages argument in function install_pytorch() 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 PyTorch is installed within a conda environment.