Implements utilities called at certain points during model training. See the fastai2 docs for more information.

Recomputes elastic deformations after each epoch

class ElasticDeformCallback[source]

ElasticDeformCallback(after_create=None, before_fit=None, before_epoch=None, before_train=None, before_batch=None, after_pred=None, after_loss=None, before_backward=None, before_step=None, after_cancel_step=None, after_step=None, after_cancel_batch=None, after_batch=None, after_cancel_train=None, after_train=None, before_validate=None, after_cancel_validate=None, after_validate=None, after_cancel_epoch=None, after_epoch=None, after_cancel_fit=None, after_fit=None) :: Callback

Callback that recomputes elastic deformations after each epoch

Example