CometCallback#

class radionets.core.callbacks.CometCallback(name, test_data, plot_n_epochs, amp_phase, scale)[source]#

Bases: Callback

Attributes Summary

learn

name

Name of the Callback, camel-cased and with 'Callback' removed

order

run

run_train

run_valid

Methods Summary

__call__(event_name)

Call self.{event_name} if it's defined

after_epoch()

after_train()

after_validate()

plot_test_fft()

plot_test_pred()

Attributes Documentation

learn = None#
name#

Name of the Callback, camel-cased and with ‘Callback’ removed

order = 0#
run = True#
run_train = True#
run_valid = True#

Methods Documentation

__call__(event_name)#

Call self.{event_name} if it’s defined

after_epoch()[source]#
after_train()[source]#
after_validate()[source]#
plot_test_fft()[source]#
plot_test_pred()[source]#