sccross.models.layers.ZDecoder

class sccross.models.layers.ZDecoder(in_features, out_features, h_depth=1, h_dim=50, dropout=0.2)[source]

Bases: torch.nn.modules.module.Module

Methods

forward

Define the computation performed at every call.

Attributes