Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop_path_prob = 0.2 or 0.3? #42

Closed
D-X-Y opened this issue Sep 3, 2018 · 1 comment
Closed

drop_path_prob = 0.2 or 0.3? #42

D-X-Y opened this issue Sep 3, 2018 · 1 comment

Comments

@D-X-Y
Copy link

D-X-Y commented Sep 3, 2018

Hi,

In the paper, it said that "path dropout of probability 0.3", but in the cnn/train.py the default value of drop_path_prob is 0.2. May I ask whether the experiments in the paper use 0.2 or 0.3? And does it affect the results a lot?

Best Regards,

@quark0
Copy link
Owner

quark0 commented Sep 3, 2018

Please use 0.2 as in the code (we'll fix the typo in the paper). Setting it to 0.2 or 0.3 won't make a big difference, but it's important to have some non-zero dropout probabilities there.

@quark0 quark0 closed this as completed Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants