-
Notifications
You must be signed in to change notification settings - Fork 174
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
cunn tests fail with cuda 8.0rc on GTX1070 #321
Comments
Update nn and cutorch and cunn luarocks install nn luarocks install cutorch luarocks install cunn |
OK, that helped. Reinstalling nn was the trick, the others I had already reinstalled a few times. Silly of me not going back to nn immediately. There was still this:
but even that disappeared when I ran the test a second time (after installing cudnn too). |
That looks like a bad test, I'll fix it. Don't treat it as a failure for now |
@htoyryla Would you be able to say which drivers/steps you took to install drivers/cuda on 14.04? Im having LOTS of issues, could even tip you btc for the help. my original issue opened is here jcjohnson/neural-style#460 if you might have the time to look. thanks! |
I made a fresh install of Ubuntu 14.04 with GTX1070, cuda 8.0rc, torch + cutorch + cunn. Nvidia driver version 367.35
Testing cunn fails as reported here https://gist.github.com/htoyryla/6ab33ffc9794d3d002ce066553142cd6
During installation of cutorch and cunn, the architecture 6.1. is correctly detected. Install log for cunn here https://gist.github.com/htoyryla/aa77379e493bf155de3eac709a2cb41f
Running programs like neural-style fail with cunn, but work with cudnn. As far as I can see, torch works with cudnn without problems.
Error output from neural-style when running without cudnn (same error is also reported by cunn.test(), see gist above).
The text was updated successfully, but these errors were encountered: