Multimodal adding datasets for the GMM for BA9#2
Open
lesolorzanov wants to merge 6 commits intoadaly:multimodalfrom
Open
Multimodal adding datasets for the GMM for BA9#2lesolorzanov wants to merge 6 commits intoadaly:multimodalfrom
lesolorzanov wants to merge 6 commits intoadaly:multimodalfrom
Conversation
add a dataset "ImageAnnDataset" to bring only images and no counts at all.
Adding MMFeatureGridDataset which is needed for the count logits coming from scBERT plus the UNI features to which f_img will be applied to do the final g_mm
to have gene_symbols as kwarg in preprocess to ask for a column name in adata.var storing gene_symbols matching target_genes
using glob instead of a hardcoded locations to find spaceranger files
adding the glob library missing in utils
added parameters atonce_count_limit=None, device="cpu", delay_sending_to_device=True, to GridNetHexMM on the hopes of delaying sending ton GPU when the counts and images are full size. Recently, f_count is the logits and f_img is a 1024 vector of UNI instead of the image itself.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the necessary datasets for the BA9 models