-
Notifications
You must be signed in to change notification settings - Fork 172
SpatialMaxPooling failure case #53
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
Comments
this is a case that comes in Overfeat (fast) type network. |
looks like this line is the culprit: I ran on a 3.5 capable card (titan black), but it still refuses to run. The x-dim of the blocks in this case becomes: 131072. |
Nice catch. |
The reason here is that cunn is complied with 2.0 compability: https://github.com/torch/cunn/blob/master/CMakeLists.txt#L19 If I switch that to 35, no problems |
@soumith Same catch here.
gives the --- updates |
Hi, I have the same issue with |
Fails for the case:
The text was updated successfully, but these errors were encountered: