sccross.models.layers.ZEncoder

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

Bases: torch.nn.modules.module.Module

Methods

forward

Define the computation performed at every call.

Attributes