Any idea why require 'cudnn' may take 45 seconds on my machine?
th> require 'cunn';
[0.9818s]
th> require 'cudnn';
[44.7415s]
Edit: Oh, maybe this is related.
Edit2: System info is the following.
Distributor ID: CentOS
Description: CentOS Linux release 7.4.1708 (Core)
Release: 7.4.1708
Codename: Core
Any idea why
require 'cudnn'may take 45 seconds on my machine?Edit: Oh, maybe this is related.
Edit2: System info is the following.