uncomplicate / deep-diamond

A fast Clojure Tensor & Deep Learning library
https://aiprobook.com
Eclipse Public License 1.0
428 stars 17 forks source link

Clarification: Which version of CUDNN is supported ? #17

Closed behrica closed 2 years ago

behrica commented 2 years ago

The current version of the book , is a bit outdated,

It says: (as of this writing, 8.2.2 and 11.4).

https://docs.nvidia.com/deeplearning/cudnn/release-notes/index.html

blueberry commented 2 years ago

The code from the book is developed, tested, and works with 8.2.2. and 11.4, which were the current versions at the time I published DLFP 1.0.0. If you want to be absolutely sure, use the neanderthal and deep diamond versions that were current at the date of publishing the book (and the matching CUDA).

The code from the book should also work with the new deep diamond and neanderthal versions, but there might be some details that I still need to check and update for the 2nd edition.

behrica commented 2 years ago

Thanks.