Design of U-Net #4165
Replies: 3 comments 4 replies
-
Hi @ericspod , Could you please help share some guidance about this question? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
It might be useful to include the adn_ordering option from convolution MONAI/monai/networks/blocks/convolutions.py Line 110 in 8f5c992 in the unet, such as: MONAI/monai/networks/nets/unet.py Lines 240 to 243 in 8f5c992 this will bring a bit more flexibilities for activation/dropout/normalisation... cc @ericspod |
Beta Was this translation helpful? Give feedback.
-
@ebrahimebrahim thank you for sharing the links! It would be better if there are any existing experiments or numbers supporting the design. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am wondering how the ADN (act--dropout-norm) is designed in the current U-Net implementation as follows.
https://docs.monai.io/en/stable/_modules/monai/networks/nets/unet.html
I would like to add dropout layers in another network. What is the best practice to place dropout layers between other layers? Thanks!
@Nic-Ma @ericspod
Beta Was this translation helpful? Give feedback.
All reactions