MovieDumper#

class pinnx.callbacks.MovieDumper(filename, x1, x2, num_points=100, period=1, component=0, save_spectrum=False, y_reference=None)[source]#

Dump a movie to show the training progress of the function along a line.

Parameters:

spectrum – If True, dump the spectrum of the Fourier transform.

on_epoch_end()[source]#

Called at the end of every epoch.

on_train_begin()[source]#

Called at the beginning of trainer training.

on_train_end()[source]#

Called at the end of trainer training.