Add a histogram summary.
Add a histogram summary.
tag name.
a tensor.
current step.
this
Add a scalar summary.
Add a scalar summary.
tag name.
tag value.
current step.
this
Close this logger.
Close this logger.
Get a trigger by tag name.
Get a trigger by tag name.
Read scalar values to an array of triple by tag name.
Read scalar values to an array of triple by tag name. First element of the triple is step, second is value, third is wallClockTime.
tag name. Supported tag names is "LearningRate", "Loss", "Throughput"
an array of triple.
Supported tag name are LearningRate, Loss, Throughput, Parameters.
Supported tag name are LearningRate, Loss, Throughput, Parameters. Parameters contains weight, bias, gradWeight, gradBias, and some running status(eg. runningMean and runningVar in BatchNormalization).
Notice: By default, we record LearningRate, Loss and Throughput each iteration, while recording parameters is disabled. The reason is getting parameters from workers is a heavy operation when the model is very big.
tag name
trigger
Train logger for tensorboard. Use optimize.setTrainSummary to enable train logger. Then the log will be saved to logDir/appName/train.