Skip to content

Commit

Permalink
fix NOTE on missing package link
Browse files Browse the repository at this point in the history
  • Loading branch information
AshesITR committed Jun 17, 2024
1 parent b293c25 commit 6114ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/callback_adaptive_lr.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#' @param restore_weights Bool. If TRUE, the best weights will be restored at each learning rate reduction.
#' This is very useful if the metric oscillates.
#'
#' @details Note that while [callback_reduce_lr_on_plateau()] automatically logs the learning rate as a metric 'lr',
#' @details Note that while [keras3::callback_reduce_lr_on_plateau()] automatically logs the learning rate as a metric 'lr',
#' this is currently impossible from R.
#' Thus, if you want to also log the learning rate, you should add [callback_reduce_lr_on_plateau()] with a high
#' Thus, if you want to also log the learning rate, you should add [keras3::callback_reduce_lr_on_plateau()] with a high
#' `min_lr` to effectively disable the callback but still monitor the learning rate.
#'
#' @return A `KerasCallback` suitable for passing to [keras3::fit()].
Expand Down
4 changes: 2 additions & 2 deletions man/callback_adaptive_lr.Rd

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

0 comments on commit 6114ecb

Please sign in to comment.