enyac-group / single-path-nas

Single-Path NAS: Designing Hardware-Efficient ConvNets in less than 4 Hours
https://arxiv.org/abs/1904.02877
Apache License 2.0
396 stars 60 forks source link

About `dropout step` in the paper #6

Open luzai opened 5 years ago

luzai commented 5 years ago

Thank you very much for sharing the whole implementation! I am curious about dropout step in this figure, may I ask some questions? image

annamz6526-1 commented 5 years ago

Hi @luzai. I think your interpretation for the dropout is correct. But I couldn't figure out why they set the keep probability to 100, which means to scale the Indicator value 100 times smaller.

luzai commented 5 years ago

It seems that keep_prob must be in (0,1], as shown in here. But the code run successfully without ValueError.

QueeneTam commented 5 years ago

It seems that keep_prob must be in (0,1], as shown in here. But the code run successfully without ValueError.

It seems that keep_prob must be in (0,1], as shown in here. But the code run successfully without ValueError. Hello, there are some exceptions when I run the code, may you give me some advise about this dropout issue? Mant thanks! Question link: https://github.com/dstamoulis/single-path-nas/issues/11#issuecomment-549108585

qianhuiliu commented 2 years ago

I meet the same question. Have you figured it out?