-
Notifications
You must be signed in to change notification settings - Fork 55
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
Sl dart ssda #485
Merged
Merged
Sl dart ssda #485
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
Update master --------- Co-authored-by: mdiazmel <[email protected]> Co-authored-by: Elina Thibeau Sutre <[email protected]> Co-authored-by: Ravi Hassanaly <[email protected]> Co-authored-by: NicolasGensollen <[email protected]> Co-authored-by: Ghislain Vaillant <[email protected]> Co-authored-by: Nathan Cassereau <[email protected]> Co-authored-by: Loizillon Sophie <[email protected]>
Sl dart eds
Fix test issues
Fix test issues
Fix test issues
Sl dart eds
Sl dart eds
Fix parameters
Debug task utils with ssda parameters
Update data files
Sl dart eds
camillebrianceau
pushed a commit
to camillebrianceau/clinicadl
that referenced
this pull request
Mar 21, 2024
* Add proposed SSDA method for MICCAI
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.
Add the semi-supervised domain adaptation network proposed for the MICCAI DART workshop.
A new type of network class has been added to handle semi-supervised learning with source and target data (CNN_SSDA).
A training function specific to SSDA learning was also added, but I think as many new functions are implemented in this PR, many of them can be removed and included directly in existing functions.