-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
extending the mlp module #4089
extending the mlp module #4089
Conversation
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
this is compatible with previously released model weights, verified here https://github.com/Project-MONAI/MONAI/runs/5881423584?check_suite_focus=true |
/build |
I would add some description or comment explaining why this is done and what the meaning is of the modes. |
Signed-off-by: Wenqi Li <[email protected]>
Looks good. Please merge so we can update the swin unetr PR. |
Hi @wyli , I think @yiheng-wang-nv @ahatamiz approved the PR, do you have any missing parts to add or update? Thanks. |
/build |
Signed-off-by: Wenqi Li [email protected]
Description
(this is a follow-up of PR #4074 and the discussions.)
This PR extends the MLPBlock (multi-layer perceptron) with
the refactoring is inspired by #4074 #4074 (comment) and the goal is to
previously trained models (such as MMAR) can still be used with this update
verified: https://github.com/Project-MONAI/MONAI/runs/5881423584?check_suite_focus=true
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.