Build Tools
Configure the build tools for Deeplearning4j.
Configuring your build tool
Gradle
implementation "org.deeplearning4j:deeplearning4j-core:1.0.0-M1"implementation "org.nd4j:nd4j-native-platform:1.0.0-M1"SBT
libraryDependencies += "org.deeplearning4j" % "deeplearning4j-core" % "1.0.0-M1"libraryDependencies += "org.nd4j" % "nd4j-native-platform" % "1.0.0-M1"Ivy
Leinengen
Last updated
Was this helpful?