scglue.models.sc.BetaDataDecoder.forward
- BetaDataDecoder.forward(u, v, b, l)[source]
Decode data from sample and feature latent
- Parameters:
u (
torch.Tensor) – Sample latentv (
torch.Tensor) – Feature latentb (
torch.Tensor) – Batch indexl (
typing.Optional[torch.Tensor]) – Optional normalizer
- Return type:
- Returns:
recon – Data reconstruction distribution