szagoruyko / wide-residual-networks

3.8% and 18.3% on CIFAR-10 and CIFAR-100
http://arxiv.org/abs/1605.07146
BSD 2-Clause "Simplified" License
1.3k stars 293 forks source link

How to set the Dropout rate? #53

Open anyujh opened 6 years ago

anyujh commented 6 years ago

Hi, szagoruyko, in your paper, I know dropout is useful for ResNet, but you don't mention how to set up the dropout rate. Can you tell me the principles of setting, or trying different rate, like 0.2, 0.3,...,0.5? Thank you very much!