VariableValue#
- class pinnx.callbacks.VariableValue(var_list, period=1, filename=None, precision=2)[source]#
Get the variable values.
- Parameters:
var_list – A TensorFlow Variable or a list of TensorFlow Variable.
period (int) – Interval (number of epochs) between checking values.
filename (string) – Output the values to the file filename. The file is kept open to allow instances to be re-used. If
None, output to the screen.precision (int) – The precision of variables to display.