-
Notifications
You must be signed in to change notification settings - Fork 703
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
Dropout speed issues #542
Comments
Hmm that is interesting, I certainly never had such slowdown with dropout. Maybe this issue is linked to this one #438 ? |
That seems a plausible explanation. |
I will see if I can address this this week |
Could you provide some minimal reproducible code so that I can test the changes? |
I just used the standard dropout. i.e., something like this:
|
So upon more discussion, it seems that this problem needs some work upstream in eigen, so it'll probably take more time to fix. |
Ok, thanks. |
Hi there!
I have been experiencing some issues using dropout. The thing is that it makes my system many times slower to train. Before dropout it took ~6h in GPU to run a full epoch. Now, it takes ~24h. That's a 4 fold increase. The only change in my code was do use dropout in the hidden layers of the net. Also, GPU usage is now way down, and a lot of time it actually reaches 0, which didn't happen before.
Any clues?
The text was updated successfully, but these errors were encountered: