Skip to content

Commit

Permalink
update urls 'keras' -> 'keras3'
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jun 13, 2024
1 parent a88b2ed commit f14c10a
Show file tree
Hide file tree
Showing 667 changed files with 2,747 additions and 2,744 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: keras3
Type: Package
Title: R Interface to 'Keras'
Version: 1.0.0.9000
Version: 1.0.0
Authors@R: c(
person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"),
email = "tomasz@posit.co"),
Expand All @@ -23,14 +23,14 @@ Description: Interface to 'Keras' <https://keras.io>, a high-level neural
combinations of the two), and runs seamlessly on both CPU and GPU devices.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://keras.posit.co/, https://github.com/rstudio/keras
BugReports: https://github.com/rstudio/keras/issues
URL: https://keras3.posit.co/, https://github.com/rstudio/keras3
BugReports: https://github.com/rstudio/keras3/issues
Depends:
R (>= 4.0)
Imports:
generics (>= 0.0.1),
reticulate (>= 1.35.0.9000),
tensorflow (>= 2.15.0.9000),
reticulate (>= 1.36.0),
tensorflow (>= 2.16.0),
tfruns (>= 1.5.2),
magrittr,
zeallot,
Expand Down
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' [Jax](https://github.com/google/jax),
#' or [PyTorch](https://github.com/pytorch/pytorch).
#'
#' See the package website at <https://keras.posit.co> for complete documentation.
#' See the package website at <https://keras3.posit.co> for complete documentation.
#'
#' @importFrom reticulate
#' import import_from_path py_install
Expand Down
62 changes: 31 additions & 31 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

8 changes: 4 additions & 4 deletions docs/articles/custom_train_step_in_tensorflow.html

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

Loading

0 comments on commit f14c10a

Please sign in to comment.