Skip to content
Discussion options

You must be logged in to vote

Hi @amir-sanaat , thanks for the interest of Swin UNETR, regarding your question.
Drop_rate or dropout rate is to prevent network from overfitting, if your dataset is large, you probably want lower drop_rate, or set to 0. If your dataset is small you could set it higher, but not too high, such as 0.2. attn_drop_rate is to highlight the informative region for improving the recognition power of the model. 0 for the most discriminative region 1 on the contrary. Drop path also named Stochastic Depth which is a technique to “deactivate” some layers during training. If you are using a "small" model, drop path set to 0 or 0.1 are preferred, larger model can have larger drop path rate, such as 0.2.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amir-sanaat
Comment options

Answer selected by amir-sanaat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants