deeplearning4j-examples icon indicating copy to clipboard operation
deeplearning4j-examples copied to clipboard

Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)

Results 85 deeplearning4j-examples issues
Sort by recently updated
recently updated
newest added

#### Issue Description Different from #857 . The NeuralStyleTransfer example crashes [here](https://github.com/eclipse/deeplearning4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/styletransfer/NeuralStyleTransfer.java#L291). Exception in thread "main" java.lang.IllegalStateException: Cannot perform backprop: Dropout mask array is absent (already cleared?) #### Version Information...

bug

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please explain how this patch was tested....

**For bugs, open a [GitHub issue in the eclipse/deeplearning4j repository](https://github.com/eclipse/deeplearning4j/issues)** **For general support, please use Discourse: https://community.konduit.ai** Welcome to the Github issues section for the Eclipse Deeplearning4j, ND4J, RL4J, SameDiff,...

#### Issue Description Please describe your issue, along with: - expected behavior - encountered behavior #### Version Information Please indicate relevant versions, including, if relevant: * Deeplearning4j version * platform...

question
documentation

Concerning the tutorial here: https://deeplearning4j.org/tutorials/04-feed-forward A number of possible corrections I may or may not be right about: The first example has an input and output layer but it says:...

documentation

Idea: If vectors are not detected/available, give user the option to download to a default location. The user should be warned about the size and have to confirm the intention...

#### Issue Description Running BasicCSVClassifier results in a bad classifcation stats: ``` o.n.l.f.Nd4jBackend - Loaded [CpuBackend] backend o.n.n.NativeOpsHolder - Number of threads used for linear algebra: 4 o.n.l.c.n.CpuNDArrayFactory - ***********************************...

bug

Hi, I am trying to using train a simple 2 layer network on a simple synthetic dataset. With two features X1 and X2. and lables: y = X1^2 + X2^2...

help wanted
question

#### Issue Description Please describe your issue, along with: - expected behavior - encountered behavior #### Version Information Please indicate relevant versions, including, if relevant: * Deeplearning4j version * platform...

Issue Description when executing NearestNeighbor.java, which is in cifar directory of dl4j-examples, in line 105, when putting data into trainingMap, RuntimeException Op[hashcode] occured, failed to execute op hashcode . input...

bug