install_tfhub: Install TensorFlow Hub
Description
This function is used to install the TensorFlow Hub python module.
Usage
install_tfhub(version = "release", ..., 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).