Suggestion regarding cudnn subscription
Takaklas opened this issue · 2 comments
Takaklas commented
Hello, your project is really nice and I would like to make it better by adding that you can surely download cudnn without the annoying subscription, within a script, from:
https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/
and then extract the .deb package using "dpkg-deb -x [debfile] [Extraction_folder]" command and the lib file .so will be in [Extraction_folder]/usr/lib/x86_64-linux-gnu/
hadim commented
I like the idea. What about licensing issue?
Would you submit a PR?