-
I'm going to use this as a summary/burndown list of known problems, in no particular order.
More to come.
---
~~**Issue 1: broadcast_dynamic_shape**~~
~~https://github.com/deeplearning4j/deeplea…
-
#### Issue Description
A sequential neural network trained in Keras is loaded from a json and a h5 weights file in both Keras and DL4J. The ANN's topology is 12 inputs - LSTM - LSTM - Dense - 1 out…
Morvs updated
5 years ago
-
#### Issue Description
The JSON for Keras's `Conv1D` is a single-value array: `"dilation_rate": [1]` but it appears that DL4J expects two values:
```
java.lang.ArrayIndexOutOfBoundsException: 1…
-
#### Issue Description
My tests work locally, both with and without Docker.
I get the following error when running tests on a build server however:
```
44562 [DEBUG] Forking command line: /bin…
-
#### Issue Description
hi, I am trying to run HouseNumberDetection or MNISTClassifier with the CUDA backend but i always get the Exception shown below. I have read in this post [https://github.com/…
-
Hi,
I am currently on MAC High Sierra (version 10.13.6) using dl4j version 0.9.1
I was wondering if dl4j supports pre-learnt word vectors to be plugged into Word2Vec models. More specifically I was lo…
-
#### Issue Description
According to https://github.com/rzwitserloot/lombok/issues/1629#issuecomment-376005025 the lombok dependency should not be leaked out as a transitive dependency to code which…
-
How can one print the error on some validation set after K iterations? I think that's a basic debug test that anyone using DL4j should be able to easily do. I tried to write my own class that extends …
-
hi, I'm running dl4j in spark as described by this tutorial : http://deeplearning4j.org/spark.html.
however, while I run the example, it requires AWS access key to the following url which I don't have…
-
Dear all,
I was about trying to create a Neural Network using RBM layers for auto encoding (in order to get familier with RBMs). However, I encountered an issue while trying to train the network.
…