Skip to content

Instantly share code, notes, and snippets.

@LooooongTran
Created September 26, 2016 20:40
Show Gist options
  • Save LooooongTran/ffe94551e3cabc0fb46d7b0655bff530 to your computer and use it in GitHub Desktop.
Save LooooongTran/ffe94551e3cabc0fb46d7b0655bff530 to your computer and use it in GitHub Desktop.
build.sbt
//https://github.com/deeplearning4j/nd4s/blob/master/build.sbt
name := "CLDeep"
//scalaVersion := "2.10.6"
//crossScalaVersions := Seq("2.10.0", "2.10.6", "2.11.8")
//crossPaths := false
name := "CLDEEP"
version := "0.0.0"
libraryDependencies ++= Seq(
"org.deeplearning4j" % "dl4j-spark_2.10" % "0.6.0"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment