Open
Description
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.