-
#### Issue Description
Expected: link to eclipse/deeplearning4j repo
Actual: links to https://github.com/deeplearning4j/nd4j
-
我使用了官方文档中的java client文档中的教程测试,在调用最后的请求是出现了网络异常。
我确定服务端是存活的并且在另外一台机器上运行python客户端是正常的。
请问是不是目前不支持windows操作系统的java客户端。
以下是控制台出现的警告以及错误
2020-09-18 10:13:56 org.nd4j.linalg.factory.Nd4jBackend load…
-
http://deeplearning4j.org/denoisingautoencoder
"http://deeplearning4j.org/denoisingautoencoder "Autoencoders with more hidden layers than inputs run the risk of learning the identity function ..." It…
-
BatchNormalization ( https://deeplearning4j.org/doc/org/deeplearning4j/nn/layers/normalization/BatchNormalization.html ) in DL4J can't currently be applied for RNN.
Is it possible to implement some…
lacic updated
4 years ago
-
Idea: we can't currently apply an InputPreProcessor after the last layer, but we might need to. Not a high priority to fix, but this can come up in practice (for example, here: https://github.com/deep…
-
#### Issue Description
After upgrading the deeplearning library, I'm not able to use CUDA backed.
Same result for versions 10.2 and 10.1.
I also tried to install the CUDA driver with cuDNN manual…
-
#### Issue Description
Ran into some problem with DNN on an old AMD Turion processor so wanted to test without the native mkldnn helper. Tried various way to set SD_FORBID_HELPERS to disable the he…
-
#### Issue Description
We're missing boolean type here:
https://github.com/eclipse/deeplearning4j/blob/master/datavec/datavec-python/src/main/java/org/datavec/python/PythonUtils.java#L110
We're…
-
#### Issue Description
https://github.com/eclipse/deeplearning4j/issues/8018 is not fixed
GPUs with CC 3.0 are still not supported.
Please describe our issue, along with:
#### Version Inform…
-
https://github.com/eclipse/deeplearning4j/blob/master/libnd4j/include/ops/declarable/generic/transforms/merge_max.cpp
mergeavg, mergeadd aren't really needed (straightforward to do in java for exam…