简体   繁体   English

在 Windows 上安装 DL4J

[英]Install DL4J on Windows

I have just followed the steps given on: https://deeplearning4j.konduit.ai/getting-started/quickstart (cloning it from github, executing mvn clean install, import the project into IntelliJ) and I was able to run the examples in IntelliJ.我刚刚按照以下步骤操作: https : //deeplearning4j.konduit.ai/getting-started/quickstart (从 gi​​thub 克隆它,执行 mvn clean install,将项目导入 IntelliJ)并且我能够在智能。

However, I am a bit unsure if these steps are enough for me to be able to use DL4J libraries outside of the examples (And How I would be able to do it?).但是,我有点不确定这些步骤是否足以让我能够在示例之外使用 DL4J 库(以及我将如何做到这一点?)。

If I would want to use DL4J libraries in my own project, would it be enough just to create a new maven project and add the dependency for DL4J in the POM.XML file?如果我想在自己的项目中使用 DL4J 库,是否仅创建一个新的 maven 项目并在 POM.XML 文件中添加对 DL4J 的依赖就足够了? If that is the case, could you please give me an example?如果是这样的话,你能给我举个例子吗?

Or the guide I followed above is just for the examples and not for the actual libraries?或者我上面遵循的指南仅适用于示例而不适用于实际库?

If that is the case, if anyone has the time, could you give me a detailed explanation on how I can install the DL4J libraries and everything that is required to run it smoothly (and how I would be able to use the library in the future with an example?)?如果是这种情况,如果有人有时间,您能否详细说明我如何安装 DL4J 库以及顺利运行它所需的一切(以及我将来如何使用该库?举个例子?)?

I am running Windows 10, JDK 1.8.0.65 64 bit, Maven 3.3.9, IntelliJ.我正在运行 Windows 10、JDK 1.8.0.65 64 位、Maven 3.3.9、IntelliJ。

I'm sorry if my question seems stupid and basic, but I got to struggle with the installation.如果我的问题看起来很愚蠢和基本,我很抱歉,但我在安装方面遇到了困难。

Thank you for your time to read my issue!感谢您花时间阅读我的问题!

So what you can do to start actually using it to clone the examples:那么你可以做些什么来开始实际使用它来克隆示例:

git clone https://github.com/deeplearning4j/dl4j-examples.git

It is described here: https://deeplearning4j.org/quickstart#它在这里描述: https : //deeplearning4j.org/quickstart#

.. and from that point you can start by modifying the examples locally on your machine. .. 从那时起,您可以开始在您的机器上本地修改示例。 You copy paste, put your code, do whatever you like with the examples.您复制粘贴,放置代码,对示例执行任何您喜欢的操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM