Skip to content

Commit

Permalink
updates for urlchecker::url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jul 17, 2024
1 parent 4b85783 commit 184afc4
Show file tree
Hide file tree
Showing 33 changed files with 183 additions and 189 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ New functions:
# keras3 0.1.0

- The package has been rebuilt for Keras 3.0. Refer to https://blogs.rstudio.com/ai/posts/2024-05-21-keras3/ for an overview
and https://keras.posit.co for the current up-to-date documentation.
and https://keras3.posit.co for the current up-to-date documentation.

# keras 2.13.0

Expand Down
2 changes: 0 additions & 2 deletions R/ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -7599,8 +7599,6 @@ keras$ops$map(f, xs)
#' @family ops
#' @export
#' @tether keras.ops.scan
#' @seealso
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/ops/scan>
op_scan <-
function (f, init, xs = NULL, length = NULL, reverse = FALSE, unroll = 1L)
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://s3.amazonaws.com/keras.io/img/keras-logo-2018-large-1200.png)

[![R-CMD-check](https://github.com/rstudio/keras/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/keras/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/keras3)](https://cran.r-project.org/package=keras3)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/keras-team/keras/blob/master/LICENSE)

Expand All @@ -16,5 +16,5 @@

- Supports arbitrary network architectures: multi-input or multi-output models, layer sharing, model sharing, etc. This means that Keras is appropriate for building essentially any deep learning model, from a memory network to a neural Turing machine.

See the package website at <https://keras.posit.co> for complete documentation.
See the package website at <https://keras3.posit.co> for complete documentation.

24 changes: 12 additions & 12 deletions docs/articles/examples/autoencoder.html

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

24 changes: 12 additions & 12 deletions docs/articles/examples/mnist_convnet.html

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

24 changes: 12 additions & 12 deletions docs/articles/examples/oxford_pets_image_segmentation.html

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

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

Loading

0 comments on commit 184afc4

Please sign in to comment.