Installed from source, tried various branches (master, v0.3.0, soumith-patch-1), but still getting this error.
Full uninstall and reinstall didn't help either.
Calling inception.cuda() (form torchvision module) works fine, creating variables on the device doesn't seem to provoke this error either.
I've also just ran LD_DEBUG=libs python -c 'import torch' and got this log, which suggests that it searches for cudnn 6, but I have no idea why or how to fix it.
Installed from source, tried various branches (master, v0.3.0, soumith-patch-1), but still getting this error.
Full uninstall and reinstall didn't help either.
Calling
inception.cuda()(form torchvision module) works fine, creating variables on the device doesn't seem to provoke this error either.I've also just ran
LD_DEBUG=libs python -c 'import torch'and got this log, which suggests that it searches for cudnn 6, but I have no idea why or how to fix it.