Skip to content

Commit

Permalink
Merge pull request #1438 from 16EAGLE/main
Browse files Browse the repository at this point in the history
Updating documentation of install_keras for argument backend: changing "pytorch" to "torch" so that installs with backend PyTorch do not fail
  • Loading branch information
t-kalinowski committed May 3, 2024
2 parents 80af555 + cd499a8 commit 876a3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#' @param envname Name of or path to a Python virtual environment
#' @param extra_packages Additional Python packages to install alongside Keras
#' @param python_version Passed on to `reticulate::virtualenv_starter()`
#' @param backend Which backend(s) to install. Accepted values include `"tensorflow"`, `"jax"` and `"pytorch"`
#' @param backend Which backend(s) to install. Accepted values include `"tensorflow"`, `"jax"` and `"torch"`
#' @param gpu whether to install a GPU capable version of the backend.
#' @param restart_session Whether to restart the R session after installing (note this will only occur within RStudio).
#' @param ... reserved for future compatability.
#' @param ... reserved for future compatibility.
#'
#' @returns No return value, called for side effects.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/install_keras.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 876a3da

Please sign in to comment.