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 I was following the quickstart tutorial, with the following basic 3 commands ``` git clone https://github.com/eclipse/deeplearning4j-examples.git cd dl4j-examples/ mvn clean install ``` On Tuesday (13.10.2020) these steps...

#### Issue Description The webserver for the examples is broken. Tested with example MultiDigitNumberRecognition. A browser can establish a connection to the webserver, but the server doesn't answer the client....

#### Issue Description while trying to access the link: https://dl4jdata.blob.core.windows.net/dl4j-examples/classification.zip I got the following error: BlobNotFound The specified blob does not exist. RequestId:bbd71e92-c01e-004b-7b35-965dbb000000 Time:2020-09-29T07:51:36.5120537Z and while running the examples: Exception...

I downloaded the newest example repo to check out the difference. All the files are prefixed either with java or kotlin but the package names in the classes are the...

I was just reading through the documentation on model saving/loading [here](https://deeplearning4j.konduit.ai/models/model-persistence) I noticed the link at the bottom of the first section ("basic example") directed to the following: https://github.com/eclipse/deeplearning4j-examples/tree/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/modelsaving I...

Deeplearning4j version: 1.0.0-beta-7 Issue Description: Exception in thread "main" java.lang.IllegalArgumentException: Invalid size: cannot get size of dimension 2 for rank 1 NDArray The observation "MalmoBox" is a rank 1 array...

bug

## What changes were proposed in this pull request? Added missing line to export the trained word2vec model on the example Word2VecRawTextExample ## How was this patch tested? manual test...

The test data labels are all wrong...Fix this somehow. Assign me.

#### Issue Description Please describe your issue, along with: - encountered behavior I meet this error ![image](https://user-images.githubusercontent.com/33392097/82727365-9b65b300-9d1c-11ea-973d-4c8434403f80.png) Since I try to increase the memory limit. The error changes with different...

dependencies { implementation (group: 'org.deeplearning4j', name: 'deeplearning4j-core', version: '1.0.0-beta6') { exclude group: 'org.bytedeco', module: 'opencv-platform' exclude group: 'org.bytedeco', module: 'leptonica-platform' exclude group: 'org.bytedeco', module: 'hdf5-platform' exclude group: 'org.nd4j', module: 'nd4j-base64'...