You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run "th ./test_smooth.lua", I got the following error "...age_Smoothing/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <cudnn.SpatialDilatedConvolution>", which occurred in the line
In my installation, the 'SpatialDilatedConvolution' can be found in "./torch/extra/nn/init.lua" but not in "./torch/extra/cudnn/init.lua", which makes me think this cudnn version of SpatialDilatedConvolution is your implementation. Is that the case?
My setting is Ubuntu16.04, torch7, cuda-8.0 and cudnn-6.0, and I have succeeded in compiling all the files under the "/compilation" folder according to your instructions.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
The problem lies in incompatible version of CUDNN. Probably in cudnn-6.0, this function is not implemented. I will suggest to update the cudnn version and compile its corresponding module in ./torch/extra/cudnn/.
When run "th ./test_smooth.lua", I got the following error "...age_Smoothing/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <cudnn.SpatialDilatedConvolution>", which occurred in the line
ImageSmoothing/test_smooth.lua
Line 27 in efacee3
In my installation, the 'SpatialDilatedConvolution' can be found in "./torch/extra/nn/init.lua" but not in "./torch/extra/cudnn/init.lua", which makes me think this cudnn version of SpatialDilatedConvolution is your implementation. Is that the case?
My setting is Ubuntu16.04, torch7, cuda-8.0 and cudnn-6.0, and I have succeeded in compiling all the files under the "/compilation" folder according to your instructions.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: