-
Notifications
You must be signed in to change notification settings - Fork 706
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
why it is so slow to use the caffe engine #32
Comments
I encountered the same error, without cudnn engine, it can train successfully |
The default caffe implementations of group conv is very slow, you should implement it by yourself for efficient training. |
But why cudnn doesn't work in this case so that we have to use caffe engine? cudnn doesn't support channel-wise convolution, or it has some internal bugs? |
cudnn allocates memory for each group. |
Thank you, it's good to know the reasons. |
it train the imagenet about ten thousand epoch during one day.I use the caffe engine,because when I use the cudnn engine ,it occors error.
The text was updated successfully, but these errors were encountered: