install_tfhub {tfhub} | R Documentation |
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). |
[Package tfhub version 0.8.1 Index]