-
Notifications
You must be signed in to change notification settings - Fork 1.2k
2499 adds 2d/3d support of patchembedding, ViT, and unetr model #2698
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
Conversation
Signed-off-by: Wenqi Li <[email protected]>
d2722a7
to
363e574
Compare
/black |
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
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.
Thanks for the enhancement.
PR looks good to me.
@ahatamiz could you please help double confirm as you are expert on the UNETR, I may missed to check some computation theory.
Thanks in advance.
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.
Thanks @wyli for the great work.
This PR looks good to me.
Signed-off-by: Wenqi Li [email protected]
part of #2499
Description
the current patchembedding/vit model only supports 3d input,
this PR extends them for 2d
Status
Ready
Types of changes
./runtests.sh --quick --unittests
.make html
command in thedocs/
folder.