xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model
MIT License
1.6k stars 340 forks source link

dropout of 0.8 in mobilenetv3 paper #32

Open chunhuizng opened 4 years ago

chunhuizng commented 4 years ago

Thanks for your work! In mobilenetv3 paper 6.1.1 Training setup, the dropout rate is 0.8. Do you use dropout in the code?