Java dl4j-0.0.3.3-编译错误示例:导入类时找不到符号

Java dl4j-0.0.3.3-编译错误示例:导入类时找不到符号,java,deep-learning,Java,Deep Learning,我已成功编译了nd4j、Canova和deeplearning4j项目,但编译过程中出现错误,错误如下: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project deeplearning4j-examples: Compilation failure: Compilation failure: [ERROR] /ho

我已成功编译了nd4j、Canova和deeplearning4j项目,但编译过程中出现错误,错误如下:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project deeplearning4j-examples: Compilation failure: Compilation failure:
[ERROR] /home/luolianhai/dl4j-0.0.3.3-examples/src/main/java/org/deeplearning4j/deepbelief/DBNIrisExample.java:[22,49] cannot find symbol
[ERROR] symbol:   class GradientPlotterIterationListener
[ERROR] location: package org.deeplearning4j.plot.iterationlistener
[ERROR] /home/luolianhai/dl4j-0.0.3.3-examples/src/main/java/org/deeplearning4j/deepbelief/DBNIrisExample.java:[23,49] cannot find symbol
[ERROR] symbol:   class LossPlotterIterationListener
[ERROR] location: package org.deeplearning4j.plot.iterationlistener

生成配置中缺少某些库(依赖项)或跳过包。检查生成配置中是否包含/排除GradientPlottererationListener的库或包。

生成配置中缺少某些库(依赖项)或跳过包。检查生成配置中是否包括/排除GradientPlottererationListener的库或包。

谢谢,但如何检查生成配置?在pom.XML文件中,您知道如何使用maven吗?您是否更改了原始源中的某些内容?你查过课程文件夹了吗?非常感谢。我已经检查了这些类的文件夹,没有GradientPlottererationListener.class和LossPlottererationListener.class,但为什么?我已经检查了在线报告,似乎一切都很好,我必须下载这些文件,看看是否发生在我身上,但这将超过12小时,对不起。现在,您可以签出并重试,检查示例项目是否使用了最新版本的deeplearning,其中类至少存在于repo中。检查POM以确认这些示例从何处运行。如果它在dl4j和nd4j中有快照,那么git将克隆这些存储库并在本地构建。否则,使用Maven回购。我真的不知道本地构建和使用Maven Repo之间的区别。此外,它在dl4j和nd4j中有快照。谢谢,但是如何检查构建配置?在pom.XML文件中,您知道如何使用maven吗?您是否更改了原始源中的某些内容?你查过课程文件夹了吗?非常感谢。我已经检查了这些类的文件夹,没有GradientPlottererationListener.class和LossPlottererationListener.class,但为什么?我已经检查了在线报告,似乎一切都很好,我必须下载这些文件,看看是否发生在我身上,但这将超过12小时,对不起。现在,您可以签出并重试,检查示例项目是否使用了最新版本的deeplearning,其中类至少存在于repo中。检查POM以确认这些示例从何处运行。如果它在dl4j和nd4j中有快照,那么git将克隆这些存储库并在本地构建。否则,使用Maven回购。我真的不知道本地构建和使用Maven Repo之间的区别。此外,它在dl4j和nd4j中有快照。请git克隆dl4j-{version}-examples repo。如果您有问题,可以加入我们的Gitter网站:Gitter.im/deeplearning4j/deeplearning4jplease git克隆dl4j-{version}-examples repo。如果您有问题,可以加入我们的Gitter网站:Gitter.im/deeplearning4j/deeplearning4j