Add these dependencies to your pom.xml file to use Deeplearning4J with the CPU backend. A full standalone project example is available in the example repository, if you want to start a new Maven project from scratch.Code samplesDue to DL4J being a multi faceted project with several modules...
History 2,763 Commits .github .mvn ADRs build-scripts codegen contrib datavec deeplearning4j libnd4j nd4j omnihub platform-tests python4j resources .gitignore CONTRIBUTING.md LICENSE NOTICE.txt README.md bootstrap-libnd4j-from-url.sh change-cuda-versions.sh ...
deeplearning4j/deeplearning4jPublic NotificationsYou must be signed in to change notification settings Fork3.8k Star13.6k master 216Branches 60Tags Code Folders and files Name Last commit message Last commit date Latest commit omahs Fix typos (#10119) ...
./change-cuda-versions.sh x.x ./change-scala-versions.sh 2.xx ./change-spark-versions.sh x mvn clean install -Dmaven.test.skip -Dlibnd4j.cuda=x.x -Dlibnd4j.compute=xx ormvn -B -V -U clean install -pl -Dlibnd4j.platform=linux-x86_64 -Dlibnd4j.chip=cuda -Dlibnd4j.cuda=11.0 -...