-
Notifications
You must be signed in to change notification settings - Fork 43
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
Changes for release 1.1 #744
Merged
Merged
Conversation
This file contains 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
Add MedSAM trainer
…tensors across devices (#632)
* Refactor medsam trainer to simple sam trainer --------- Co-authored-by: Constantin Pape <[email protected]>
Add LoRA based PEFT finetuning
Add semantic sam trainer
Implement 3D SAM Wrapper based on MA-SAM --------- Co-authored-by: Constantin Pape <[email protected]>
Updates to SAM 3d training --------- Co-authored-by: Constantin Pape <[email protected]>
…er (#645) Add simple 3d wrapper and enable freezing the encoder in sam 3d wrapper, simplify lora support
Minor fix to trainable sam model functionality
Clean up interfaces related to 3d models and PEFT
…el` (#654) Some refactoring of training functionality
Add weighted dice loss to semantic trainer
Add min-size to training and fix other issues
Add training scripts for unet and unetr
Update docstrings
Plotting scripts for AIS ablation
Supp. - lineplot for livecell lora experiments
* Update resource efficient finetuning experiments
Implenet FaCT-based finetuning
* Minor update to sam 3d wrapper * Refactor peft kwargs for simplesam 3d wrapper
Add CLI for automatic instance segmentation
Add test for automatic segmentation cli --------- Co-authored-by: Constantin Pape <[email protected]>
* Fix clearing shape layer * Replace edge-attributes with border-attributes for points layer (#697) * Update weight loading --------- Co-authored-by: Anwai Archit <[email protected]>
Extend support for iterative prompt generators to 3d
Add selective peft methods (eg. attention ft, bias ft, layernorm ft)
expose kwargs to allows parameters like dropout, etc. for peft modules --------- Co-authored-by: Carolin <[email protected]>
Add warning filter to sam training --------- Co-authored-by: Constantin Pape <[email protected]>
Add dry run for loaders to check for valid instances
Add scripts for benchmarking SAM models on microscopy datasets
Expose is_seg_dataset argument in sam dataset
Add materials for workshop and minor fixes
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
No description provided.