visualize.reconstruction

Plots reconstruction of images against their original forms.

Module Contents

Functions

plot_reconstruction_on_first_batch(loader: torch.utils.data.DataLoader, model_reconstructing: torch.nn.Module) → None

Plots the first batch of reconstructed images against the original images.

visualize.reconstruction.plot_reconstruction_on_first_batch(loader: torch.utils.data.DataLoader, model_reconstructing: torch.nn.Module) None[source]

Plots the first batch of reconstructed images against the original images.

Parameters
  • loader – a loader from which the first batch of images is loaded.

  • model_reconstructing – a model which reconstructs an image (produces an image of identical structure to the input image, when passed an input-image).