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

same results as traditional dropout if block_size=1 #26

Open
sergulaydore opened this issue Feb 1, 2019 · 1 comment
Open

same results as traditional dropout if block_size=1 #26

sergulaydore opened this issue Feb 1, 2019 · 1 comment
Labels
question Further information is requested

Comments

@sergulaydore
Copy link

Thanks for the code!
I was wondering if you get the same results as traditional dropout when block_size=1.
Based on my experiments, using F.dropout2d for traditional dropout, I cannot confirm this.

@miguelvr
Copy link
Owner

miguelvr commented Feb 3, 2019

right now the behaviour should be very similar to dropout, but it has some subtle changes.

Particularly, at the moment the mask is broadcasted to all the channels, which dropout doesn't do.

Once issue #24 is fixed, behaviour should be similar.

@miguelvr miguelvr added enhancement New feature or request v0.4 question Further information is requested and removed enhancement New feature or request v0.4 labels Feb 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants