sc_reconstruction.decoders.BaseReconstructionDecoder#

class sc_reconstruction.decoders.BaseReconstructionDecoder[source]#

Bases: ABC

Abstract base class for single-cell reconstruction decoders. Subclasses must implement decode, save and load.

__init__()#

Methods

__init__()

decode(latent, **kwargs)

Decode the latent representation back.

load(path)

Load a trained decoder.

save(path)

Save the trained decoder.