-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add fine-tuned scGPT #17
Conversation
Requires GPU
This will probably have conflicts with #16 so that should probably be merged first |
…GPT-finetuned * origin/main: Add argument to give model path to scGPT (#16)
Fixed some things in scgpt_zeroshot...
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.
LGTM!
Do you want to exclude it in the |
Oh i see -- yes please! At least for now |
Need to sort out GPU infrastructure
Done |
* origin/main: (28 commits) Adjust pyliger dependencies (openproblems-bio#43) Minor run adjustments (openproblems-bio#44) Fix reference in task description (openproblems-bio#45) Remove grouping bottleneck (openproblems-bio#42) Retry with single core in geneformer (openproblems-bio#41) Adjustments based on benchmark run (openproblems-bio#39) Update compute environment (openproblems-bio#35) Replace "+" in batch names for liger (openproblems-bio#37) Update common submodule to commit 62268aa (openproblems-bio#38) Adjust features filter in scPRINT (openproblems-bio#36) minor tweaks to the cell cycle component (openproblems-bio#34) Update common submodule to commit a2e845 (openproblems-bio#33) Increase time resources (openproblems-bio#27) GPU adjustments (openproblems-bio#32) Add batch_hvg var column to solution (openproblems-bio#31) Add fine-tuned scGPT (openproblems-bio#17) Bump scIB to v1.1.7 (openproblems-bio#30) Pin scPRINT version (openproblems-bio#25) Increase UCE memory tag (openproblems-bio#24) Add exit codes helper file (openproblems-bio#26) ...
Describe your changes
Add a fine-tuned version of the scGPT foundation model as a method.
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!