没有GPU运行deeplearning4j?

时间:2017-05-03 00:49:00

标签: deeplearning4j

文档说库在GPU上运行。如果我强大的笔记本电脑没有GPU,我还可以运行Deeplearning4J吗?

1 个答案:

答案 0 :(得分:5)

我们不会在我们的文档中暗示 ,我们只在gpus上运行。如果由于某种原因你发现了这种情况,你能否在github问题上通知我们? https://github.com/deeplearning4j/deeplearning4j/issues

你只需要一个nd4j后端: http://nd4j.org/backend.html

与许多其他库不同,Dl4j将硬件实现与算法分离。这里的票是我们的张量库nd4j。 Nd4j处理所有计算。

想想它是" tensorflow / theano"如果你愿意的话。

我们将所有原生二进制文件部署到maven central。

通常您只需要: http://search.maven.org/#search%7Cga%7C1%7Cnd4j-native-platform

用于cpu。 GPU,我们支持2个最新的cuda版本: http://search.maven.org/#search%7Cga%7C1%7Cnd4j-cuda-7.5-platform

同样精确的代码也适用于android和pis: http://deeplearning4j.org/android

同样的想法,你不能从源代码编译,只需指定正确的后端。