Java “深度学习4J投掷”;英特尔MKL致命错误:无法加载MKL_英特尔线程.dll。”;错误

Java “深度学习4J投掷”;英特尔MKL致命错误:无法加载MKL_英特尔线程.dll。”;错误,java,deeplearning4j,dl4j,Java,Deeplearning4j,Dl4j,最近我开始学习DeepLearning4j库,所以我克隆了一个dl4j项目并在eclipse中执行 执行后,显示以下错误: Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll. 我检查了windows路径变量,但找不到任何名为MKL的变量 以下是我在pom.xml中使用的依赖项: <dependency> <groupId>org.nd4j</groupId>

最近我开始学习DeepLearning4j库,所以我克隆了一个dl4j项目并在eclipse中执行

执行后,显示以下错误:

Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
我检查了windows路径变量,但找不到任何名为MKL的变量

以下是我在pom.xml中使用的依赖项:

    <dependency>
        <groupId>org.nd4j</groupId>
        <artifactId>nd4j-native-platform</artifactId>
        <version>0.8.0</version>
    </dependency>

    <dependency>
        <groupId>org.deeplearning4j</groupId>
        <artifactId>deeplearning4j-core</artifactId>
        <version>0.8.0</version>
    </dependency>

org.nd4j
nd4j本机平台
0.8.0
org.deeplearning4j
深度学习4J型芯
0.8.0

您使用的dl4j版本已有一年多的历史。请更新到我们支持的内容,然后重试。我们的网站甚至没有提到这个版本。请使用最新版本的快速启动文档:

谢谢