View source: R/helpers_keras.R
install_keras | R Documentation |
Stripped back version of keras::install_keras. Note the
default for pip
is changed to TRUE
.
install_keras(
method = "auto",
conda = "auto",
pip = TRUE,
install_tensorflow = FALSE,
...
)
method , conda , pip |
See reticulate::py_install. |
install_tensorflow |
If |
... |
Passed to reticulate::py_install. |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.