Open luzai opened 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.
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.
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
I meet the same question. Have you figured it out?
Thank you very much for sharing the whole implementation! I am curious about
dropout step
in this figure, may I ask some questions?