Skip to content

amaya382/dl4j-spark-sbt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dl4j-spark-sbt-example

This is an example project(on linux-x86_64) of DL4J on Spark with sbt, not using dl4j-spark-ml. You can run this with only sbt(without spark-submit).

If you run this on OS other than linux-x86_64, need adjust a parameter of classifier in build.sbt.

How to run

sbt run

and then choose one example.

Others