libreasr.lib.callbacks.Tensorboard¶
-
class
libreasr.lib.callbacks.Tensorboard(name=None, wandb=True, test=True, tests_per_epoch=4, mp=False, *args, **kwargs)[source]¶ Bases:
fastai2.callback.core.CallbackMethods
after_backwardafter_batchafter_fitafter_lossafter_predafter_stepbefore_batchbefore_fitAttributes
learnName of the Callback, camel-cased and with ‘Callback’ removed
runrun_trainrun_validtoward_end-
__call__(event_name)¶ Call self.{event_name} if it’s defined
-
property
name¶ Name of the Callback, camel-cased and with ‘Callback’ removed
-