||
DL4J是Java语言开发的深度学习库,底层的ND4J支持CPU和GPU,今天尝试了GPU设置:
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-cuda-10.2-platform</artifactId>
<version>1.0.0-beta7</version>
</dependency>
在Window 10 PC机上安装了CUDA 10.2,然后尝试了mnist数据集的训练程序,总是弹出 jnind4jcuda.dll: Can't find dependent libraries 之类的错误信息,无法运行。多番查找之后搜到了这个帖子:https://community.konduit.ai/t/error-after-upgrade-to-1-0-0-beta7/676 。发现在System32目录中缺少了 vcruntime140_1.dll 这个文件。下载该文件并拷贝入System32目录后运行程序通过。
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-12-21 20:13
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社