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.Callback

Methods

after_backward

after_batch

after_fit

after_loss

after_pred

after_step

before_batch

before_fit

Attributes

learn

name

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

run

run_train

run_valid

toward_end

__call__(event_name)

Call self.{event_name} if it’s defined

property name

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