CallbackOptCheckpoint: Custom callback for saving epoch optimizer weights

Description Super class Methods

Description

Custom callback for saving epoch optimizer weights

Custom callback for saving epoch optimizer weights

Super class

keras::KerasCallback -> KerasCallback

Methods

Public methods

Inherited methods

Method new()

Usage
CallbackOptCheckpoint$new(
  monitor = "loss",
  training_log = "training_log.csv",
  prepend = NULL
)

Method on_epoch_end()

Usage
CallbackOptCheckpoint$on_epoch_end(epoch, logs = list())

Method clone()

The objects of this class are cloneable with this method.

Usage
CallbackOptCheckpoint$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.