-
Couldn't load subscription status.
- Fork 416
Model: DiagVI (new) #3575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Model: DiagVI (new) #3575
Conversation
Update feature branch to match upstream/main
…pdates Re-enable some workflows
…test-linux Chore/ci disable schedule test linux
…com/quadbio/scvi-tools into 2-basic-batch-encoding-like-in-glue
…-in-glue 2 basic batch encoding like in glue
…rs-with-guidance-graph-merge
…nce-graph-merge merge to fix divergent branches
Update test_linux_custom_dataloader.yml
29 totalvi decoder we also implemented the GLUE decoder (outperformed totalvi)
# Conflicts: # pyproject.toml # src/scvi/external/__init__.py
for more information, see https://pre-commit.ci
| # for custom dataloders | ||
| dataloaders = ["lamindb>=1.12.1", "cellxgene-census", "tiledbsoma", "tiledbsoma_ml", "torchdata"] | ||
| # for diagvi | ||
| diagvi = ["torch_geometric", "geomloss"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need geomloss? It doesn't seem to be actively maintained.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Can, at the moment we rely on geomloss to compute the unbalanced optimal transport loss component. However, we are working on another approach based on POT, which is more actively maintained.
No description provided.