Skip to content

Support instantiation with 'adata=None' + LightningDataModule for training #30

Open
@xiaotong743

Description

@xiaotong743

Description of feature

Hi Amir,

Thanks for the amazing work!

We’re training scVI on large datasets that require approximate shuffling, which isn’t supported by AnnData. In scVI, there is an EXPERIMENTAL feature where user can instantiate without adata and pass the datamodule during training:

model = scvi.model.SCVI(adata=None)
model.train(datamodule=datamodule)

It would be great to have the same support in DRVI. Thanks again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions