我在我的项目中添加了一个新的 Maven 依赖项:
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-ui_2.10</artifactId>
<version>1.0.0-beta3</version>
</dependency>
添加后,我在 POM 文件的概述页面上出现错误:
ArtifactDescriptorException:无法读取 org.deeplear 的工件描述符
我尝试清理并重新启动项目,但没有解决问题。
我怎么解决这个问题?
我问过 deeplearning4j 平台,他们建议用 Intellij Idea 重新创建项目,而不是 Eclipse。我正在使用 Eclipse,它可能在构建 Maven 依赖项时出现问题。当我尝试使用 Intellij 时,问题解决了。