﻿scvi.module.VAE
===============

.. currentmodule:: scvi.module

.. add toctree option to make autodoc generate the pages

.. autoclass:: VAE
   :show-inheritance:



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

.. autosummary::

        ~scvi.module.VAE.training






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

.. autosummary::

    ~scvi.module.VAE.generative
    ~scvi.module.VAE.loss
    ~scvi.module.VAE.marginal_ll
    ~scvi.module.VAE.sample





Attributes
~~~~~~~~~~



.. autoattribute:: VAE.training






Methods
~~~~~~~



.. automethod:: VAE.generative

.. automethod:: VAE.loss

.. automethod:: VAE.marginal_ll

.. automethod:: VAE.sample


