get the CUDA and CUDNN version on windows with Anaconda installe

后端 未结 3 1529
遇见更好的自我
遇见更好的自我 2020-12-16 05:44

There is a tensorflow-gpu version installed on Windows using Anaconda, how to check the CUDA and CUDNN version of it? Thanks.

3条回答
  •  情书的邮戳
    2020-12-16 06:21

    You could also run conda list from the anaconda command line:

    conda list cudnn
    
    # packages in environment at C:\Anaconda2:
    #
    # Name                    Version                   Build  Channel
    cudnn                     6.0                           0
    

提交回复
热议问题