Skip to content

Commit 04be131

Browse files
committed
doc fixes to build site
1 parent 56eea5b commit 04be131

20 files changed

+56
-3
lines changed

R/initializers.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,9 @@ function (scale = 1, mode = "fan_in", distribution = "truncated_normal",
757757
#' periodic. Defaults to `FALSE`.
758758
#'
759759
#' @export
760+
#' @inherit initializer_constant return
761+
#' @family initializers
762+
#' @family constant initializers
760763
#' @tether keras.initializers.STFT
761764
#' @seealso
762765
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/initializers/STFT>

R/losses.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,6 @@ function (y_true, y_pred, ..., alpha = 0.5, beta = 0.5,
19251925
#' @param ...
19261926
#' For forward/backward compatability.
19271927
#'
1928-
#' @inheritParams loss_hinge
19291928
#' @family losses
19301929
#' @export
19311930
#' @tether keras.losses.Circle

man/initializer_constant.Rd

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

man/initializer_glorot_normal.Rd

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

man/initializer_glorot_uniform.Rd

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

man/initializer_he_normal.Rd

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

man/initializer_he_uniform.Rd

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

man/initializer_identity.Rd

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

man/initializer_lecun_normal.Rd

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

man/initializer_lecun_uniform.Rd

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

0 commit comments

Comments
 (0)