callback_lr_log: This function should be used with keras callback_lambda Use...

View source: R/cnn_callbacks.R

callback_lr_logR 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 function logs the learning rate value and iteration number for _hist in global enviroment

Usage

callback_lr_log(batch, logs)

Arguments

batch

created from keras callbacks, logs 'which batch'

logs

metrics contained in a list generated by R6 class

Value

lists for lr_hist and iter_hist


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