cellarium-ai / cellarium-ml

Distributed single-cell data analysis.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

scvi - refactor to enable universal model description #167

Closed sjfleming closed 4 months ago

sjfleming commented 4 months ago

Kind of a nebulous issue title. What we want to do here is enable the following kinds of model experimentation:

Implementation:

A "normal" run of scvi-tools would correspond to a "z_batch" that does not get sampled (just use the posterior mean) coupled with nonlinear decoders of decent complexity, and no KL divergence on "z_batch".

Related to #145