neodroidvision.utilities.visualisation.encoder_utilities.plot_conditioned_manifold

neodroidvision.utilities.visualisation.encoder_utilities.plot_conditioned_manifold(model: Module, condition: Tensor, *, out_path: Optional[Path] = None, n_img_x: int = 20, n_img_y: int = 20, img_h: int = 28, img_w: int = 28, sample_range: Union[int, float] = 1, device: Optional[device] = device(type='cuda')) None[source]
Parameters
  • model

  • condition

  • out_path

  • n_img_x

  • n_img_y

  • img_h

  • img_w

  • sample_range

  • device