scvi.nn.LinearDecoderSCVI#
- class scvi.nn.LinearDecoderSCVI(n_input, n_output, n_cat_list=None, use_batch_norm=False, use_layer_norm=False, bias=False, **kwargs)[source]#
Bases:
Module
Linear decoder for scVI.
Attributes table#
Methods table#
|
Forward pass. |
Attributes#
- LinearDecoderSCVI.training: bool#