Skip to content

Commit ca82128

Browse files
committed
add ... to callback_backup_and_restore() formals
1 parent c25aebf commit ca82128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/callbacks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ callback_model_checkpoint <- function(filepath, monitor = "val_loss", verbose =
169169
#'
170170
#' @export
171171
callback_backup_and_restore <-
172-
function(backup_dir) {
172+
function(backup_dir, ...) {
173173
args <- capture_args(match.call(), NULL)
174174
require_tf_version("2.8", "callback_backup_and_restore")
175175
do.call(keras$callbacks$BackupAndRestore, args)

man/callback_backup_and_restore.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)