Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 747 Bytes

vision_callbacks.rst

File metadata and controls

32 lines (21 loc) · 747 Bytes

Vision Callbacks

Useful callbacks for vision models


Confused Logit

Shows how the input would have to change to move the prediction from one logit to the other

Example outputs:

Example of prediction confused between 5 and 8

pl_bolts.callbacks.vision.confused_logit.ConfusedLogitCallback


Tensorboard Image Generator

Generates images from a generative model and plots to tensorboard

pl_bolts.callbacks.vision.image_generation.TensorboardGenerativeModelImageSampler