﻿scvi.external.contrastivevi.ContrastiveVAE
==========================================

.. currentmodule:: scvi.external.contrastivevi

.. add toctree option to make autodoc generate the pages

.. autoclass:: ContrastiveVAE
   :show-inheritance:



Attributes table
~~~~~~~~~~~~~~~~

.. autosummary::

        ~ContrastiveVAE.training






Methods table
~~~~~~~~~~~~~~

.. autosummary::

    ~ContrastiveVAE.generative
    ~ContrastiveVAE.inference
    ~ContrastiveVAE.latent_kl_divergence
    ~ContrastiveVAE.library_kl_divergence
    ~ContrastiveVAE.loss
    ~ContrastiveVAE.reconstruction_loss
    ~ContrastiveVAE.sample





Attributes
~~~~~~~~~~



.. autoattribute:: ContrastiveVAE.training






Methods
~~~~~~~



.. automethod:: ContrastiveVAE.generative

.. automethod:: ContrastiveVAE.inference

.. automethod:: ContrastiveVAE.latent_kl_divergence

.. automethod:: ContrastiveVAE.library_kl_divergence

.. automethod:: ContrastiveVAE.loss

.. automethod:: ContrastiveVAE.reconstruction_loss

.. automethod:: ContrastiveVAE.sample


