Skip to content

New Project with DL4J Dependencies

codenamewei edited this page Feb 4, 2021 · 2 revisions

In order to build a new DL4J project, start with the template provided in TrainingLabs.
Simply copy out my-first-dl4j-project and place it at a path desired.

In the my-first-dl4j-project, its not tied to TrainingLabs hence can run just fine in standalone mode.
It also comes with pom.xml with basic dependencies to run deeplearning4j.
The screenshot below shows that my-first-dl4j-project is copied to Desktop folder.

To run this project, go to File -> Open and import the project by clicking on my-first-dl4j-project/pom.xml

Check if the setup of the repository is right by running MyFirstDL4JProject.java