install_tfaddons {tfaddons} | R Documentation |
Install TensorFlow SIG Addons
Description
This function is used to install the 'TensorFlow SIG Addons' python module
Usage
install_tfaddons(version = NULL, ..., restart_session = TRUE)
Arguments
version |
for specific version of 'TensorFlow SIG Addons', e.g. "0.10.0" |
... |
other arguments passed to [reticulate::py_install()]. |
restart_session |
Restart R session after installing (note this will only occur within RStudio). |
Value
a python module 'tensorflow_addons'
[Package tfaddons version 0.10.0 Index]