-
Hi, I have loaded my cnn tensorflow model and I would like to get intermediate results for chosen layer. I have seen [this ](https://deeplearning4j.org/api/latest/org/deeplearning4j/nn/multilayer/Mult…
-
Usually when writing a custom layer or loss function you want to validate it "works' in some way. The way to do this is via gradient checks.
1 common gotcha doing gradient checks is setting the d…
-
#### Issue Description
I'm following https://deeplearning4j.org/word2vec.html page example, the only difference is that I'm loading sentences from an SQL DB.
#### Version Information
I'm using ve…
-
#### Issue Description
I was trying to run the **RedBloodCellDetection.java** and got this error on my console:
```
Exception in thread "main" java.lang.IllegalStateException: Cannot calculate …
-
#### Issue Description
org.deeplearning4j.nn.modelimport.keras.exceptions.UnsupportedKerasConfigurationException: Unsupported keras layer type FactorizedEmbedding. Please file an issue at https://git…
-
When calling KerasModelImport.importKerasModelAndWeights, I get the following exception for a Keras ResNet152 model:
```
Exception in thread "main" org.deeplearning4j.nn.modelimport.keras.exceptio…
-
Spark distributed Evaluate methods are for RDD or JavaRDD only, currently.
https://github.com/deeplearning4j/deeplearning4j/blob/bed160b46d24ee4f1ea6331d372d49c75c831e58/deeplearning4j-scaleout/spark…
-
#### Issue Description
An model is created and trained with Keras. Model is exported and re-imported in DL4J.
An exception is raised, stating that an 5D-Input is not allowed. Model implements a ti…
-
https://github.com/deeplearning4j/deeplearning4j/blob/master/deeplearning4j-core/src/main/java/org/deeplearning4j/datasets/canova/RecordReaderDataSetIterator.java#L248
Right now this assumes there's …
-
method plotVocab() in http://deeplearning4j.org/word2vec#just in the model vizualisation paragraph with tsne, the method plotVocab() at line "vec.lookupTable().plotVocab(tsne);" is:
- not up to date, …
ghost updated
4 years ago