Questions tagged [dl4j]

Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala

About

Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J is designed to be used in business environments, rather than as a research tool.

Links

208 questions
0
votes
2 answers

How to determine at runtime if the dl4j/nd4j backend is CPU or GPU?

There is an optimization for dl4j that only works with GPUs: DataTypeUtil.setDTypeForContext(DataBuffer.Type.HALF) I'd like to only make that call if the backend is a GPU. In my Maven pom.xml, I've got