-
This should get the environment variable value, not use the key...
https://github.com/deeplearning4j/deeplearning4j/blob/f0dfaa9d1f612c35d53f6437fc0d6176cc62238b/deeplearning4j/deeplearning4j-scaleou…
-
#### Issue Description
When trying to use the VGGFACE PretrainedType for Transfer Learning in the SNAPSHOT version, an error occurs because `Saved model appears to be a ComputationGraph` and the `m…
-
Hi
The serialized word vector returns different set of similar words and word vectors before and after serialization. Not always true though. On one particular vector set I tested on, all the words at…
-
I'm trying to import Inception v3 from Keras to dl4j.
I managed to import the model from json+h5 by making few small tweaks to latest KerasModel class. However when I feed same data as to Keras's …
rohrl updated
5 years ago
-
Got this JVM crash after a clean build today, running deeplearning4j-core unit tests:
https://gist.github.com/AlexDBlack/42dabfac562f23de10b827909ffc6d16
Edit: CUDA 9.2, GTX 970, Windows 10
I h…
-
dl4j 1.0.0-beta3 as well as zoo
In previous issue, i point out a problem in StyleTransfer with Squeezenet.
Here i do the same thing (code from https://github.com/deeplearning4j/dl4j-examples/blob/…
-
Hii,
I create model with Keras 2 with this code
```python
def dummy_model():
from keras.models import Sequential
from keras.layers import Dense, Dropout, Conv1D, Flatten
from keras.…
-
How can I fix this when loading keras model with hdf5 file.
```
org.deeplearning4j.nn.modelimport.keras.UnsupportedKerasConfigurationException: DL4J EmbeddingLayer includes bias but Keras Embeddin…
-
Im trying to reshape output of embedding layer , but its giving me following error ,can some one throw light on this
Exception in thread "main" java.lang.IllegalStateException: Input shape [1, 51…
-
When i migrate from 0.5.0 to 0.7.0, encounted a exception.My code run on hadoop-cluster(2.6.0-cdh5.5.0) with spark framework.
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/…