Skip to content

Commit 68d85fb

Browse files
committed
urlchecker::url_check()
1 parent 77d4d77 commit 68d85fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/layers-embedding.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#' output_dim)`.
5656
#'
5757
#' @seealso
58-
#' + <https://www.tensorflow.org/versions/r2.13/api_docs/python/keras/src/layers/core/embedding/Embedding>
58+
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/layers/Embedding>
5959
#' + <https://keras.io/api/layers>
6060
#' @export
6161
layer_embedding <-

R/layers-normalization.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
#' @param ... standard layer arguments.
9999
#'
100100
#' @seealso
101-
#' + <https://www.tensorflow.org/versions/r2.13/api_docs/python/keras/src/layers/normalization/batch_normalization/BatchNormalization>
101+
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/layers/BatchNormalization>
102102
#' + <https://keras.io/api/layers>
103103
#' @export
104104
layer_batch_normalization <-

man/layer_batch_normalization.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/layer_embedding.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)