deeplearning4j-docs icon indicating copy to clipboard operation
deeplearning4j-docs copied to clipboard

Add links to new single pom sample project

Open AlexDBlack opened this issue 6 years ago • 3 comments

A number of our users don't have sufficient experience with Maven to write their own pom.xml file from scratch, and the examples (multi-module maven project) is too complex. Thus I've added this: https://github.com/deeplearning4j/dl4j-examples/tree/master/standalone-sample-project. https://github.com/deeplearning4j/dl4j-examples/pull/668

Docs should be updated where appropriate to point users to that.

Due Date

To be completed by: YYYY-MM-DD

Description

Write a short description of what needs to be done.

Assignees

Please ensure you have assigned at least one person to this issue. Include any authors and reviewers required.

AlexDBlack avatar Apr 16 '18 03:04 AlexDBlack

Can I suggest a different way of doing this? Provide Giter8 templates: https://github.com/foundweekends/giter8

crockpotveggies avatar Apr 16 '18 15:04 crockpotveggies

We've (@raver119 and I) have also talked about building a simple website utility... the idea is you tick the dependencies you want, click "create project" and are given a zip (or pom.xml) or whatever back.

AlexDBlack avatar Apr 16 '18 23:04 AlexDBlack

Links to the standalone projects should be enough. Anything more can have negative returns: If users are unable to get this standalone project to work then there really is nothing (web utility, maven archetype, giter8 template, ...) that will help. It just adds utilities for us to maintain. and questions on gitter about the utilities to answer.

RobAltena avatar Apr 17 '18 01:04 RobAltena