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(dispersion, z, library, *cat_list)

Forward pass.

Attributes#

LinearDecoderSCVI.training: bool#

Methods#

LinearDecoderSCVI.forward(dispersion, z, library, *cat_list)[source]#

Forward pass.