Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
185 stars 202 forks source link

Latest CUDA version is 11.1 #64

Closed celestinoxp closed 3 years ago

celestinoxp commented 3 years ago

Latest wekaDeeplearning4j package not supports latest CUDA package?

when try execute install-cuda-libs.ps1 show error msg: "Could not detect CUDA version. Is CUDA installed?"

I'm using Windows 10 64 bits and I have latest CUDA package (is 11.1)

basedrhys commented 3 years ago

Hi,

Unfortunately, Deeplearning4j (the backend this package uses) only supports up to CUDA 10.2 at this time. They should bring out support for later CUDA versions in the next release.

celestinoxp commented 2 years ago

Nvidia is announcing CUDA 11.5: https://developer.nvidia.com/blog/revealing-new-features-in-the-cuda-11-5-toolkit/

Question: what appens if "wekaDeeplearning4j" updates to latest vesion of CUDA?