tfhub (version 0.8.0)

install_tfhub: Install TensorFlow Hub

Description

This function is used to install the TensorFlow Hub python module.

Usage

install_tfhub(version = "0.7.0", ..., restart_session = TRUE)

Arguments

version

version of TensorFlow Hub to be installed.

...

other arguments passed to [reticulate::py_install()].

restart_session

Restart R session after installing (note this will only occur within RStudio).