zhanghang1989 / PyTorch-Encoding

A CV toolkit for my papers.
https://hangzhang.org/PyTorch-Encoding/
MIT License
2.04k stars 450 forks source link

Dropblock probability #386

Closed gfotedar closed 3 years ago

gfotedar commented 3 years ago

The paper mentions that dropblock is present in the last two layers however, does not give the probability used. In the code also the probability is always 0 as far as I can see.

Was it used in the best results (especially for segmentation)? If so can you tell me what was the probability used?

gfotedar commented 3 years ago

Okay I see this is answered here. Closing.