callback_lr_init: This function should be used with keras callback_lambda() Use...

View source: R/cnn_callbacks.R

callback_lr_initR Documentation

This function should be used with keras callback_lambda() Use for metrics on each epoch, iteration, batch When training a model, each epoch has 'n' iterations, where each iteration has 'k' batches

Description

This will clear the learning rate history and iteration hist

Usage

callback_lr_init(logs)

Arguments

logs

metrics contained in a list generated by R6 class

Value

iteration information relating to learning rate


xazip/x3pLeaX documentation built on July 14, 2022, 5:37 p.m.