Skip to content

Commit 6a68026

Browse files
committed
urlchecker::url_check()
1 parent 7f479d0 commit 6a68026

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

R/applications.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function(include_top = TRUE, weights = "imagenet", input_tensor = NULL,
201201
#' @rdname application_resnet
202202
#'
203203
#' @seealso
204-
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/applications/resnet/ResNet50>
204+
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/applications/resnet50/ResNet50>
205205
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/applications/resnet/ResNet101>
206206
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/applications/resnet/ResNet152>
207207
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/applications/resnet_v2/ResNet50V2>

R/layers-convolutional.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ layer_conv_lstm_2d <- function(object, filters, kernel_size, strides = c(1L, 1L)
13331333
#' @param unit_forget_bias Boolean. If TRUE, add 1 to the bias of the forget gate at
13341334
#' initialization. Use in combination with `bias_initializer="zeros"`. This
13351335
#' is recommended in [Jozefowicz et al., 2015](
1336-
#' http://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
1336+
#' https://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
13371337
#'
13381338
#' @param kernel_regularizer Regularizer function applied to the `kernel` weights
13391339
#' matrix.
@@ -1478,7 +1478,7 @@ function(object,
14781478
#' @param unit_forget_bias Boolean. If TRUE, add 1 to the bias of the forget gate at
14791479
#' initialization. Use in combination with `bias_initializer="zeros"`. This
14801480
#' is recommended in [Jozefowicz et al., 2015](
1481-
#' http://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
1481+
#' https://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
14821482
#'
14831483
#' @param kernel_regularizer Regularizer function applied to the `kernel` weights
14841484
#' matrix.

R/layers-recurrent-cells.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function(cells, ...)
378378
#' @param unit_forget_bias Boolean (default `TRUE`). If TRUE, add 1 to the bias of
379379
#' the forget gate at initialization. Setting it to true will also force
380380
#' `bias_initializer="zeros"`. This is recommended in [Jozefowicz et
381-
#' al.](http://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
381+
#' al.](https://www.jmlr.org/proceedings/papers/v37/jozefowicz15.pdf)
382382
#'
383383
#' @param kernel_regularizer Regularizer function applied to the `kernel` weights
384384
#' matrix. Default: `NULL`.

man/application_resnet.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/keras-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/layer_conv_lstm_1d.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_conv_lstm_3d.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_lstm_cell.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)