Robert Altena

Results 11 comments of Robert Altena

Any example you have in mind? I just checked the nlp examples and none of those are downloading any large data.

Is this still an issue in 1.0.0-alpha ?

Hello, thanks for helping out. Now I am quite new to Gradle. Can I ask if this is what you are proposing to add? https://docs.gradle.org/current/userguide/gradle_wrapper.html

Caused by a hard coded file path [here](https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/feedforward/classification/detectgender/PredictGenderTrain.java#L47). I also could not find the data needed to run the example anywhere in the repository.

Have you tried the [documentation](https://deeplearning4j.org/docs/latest/deeplearning4j-nlp-word2vec). Or this [example](https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/word2vecsentiment/Word2VecSentimentRNN.java)?

All the unit tests pass, so this looks like the intended behavior. Label[i] maps to data[i-L : i], The current documentation for targets: _targets: Targets corresponding to timesteps in data....

Preparing these datasets for the notebooks is non-trivial. There should have been some instruction in the book. Can we at least get an errata online? Or an update to the...

I have written a java iterator for the Reuters dataset: https://github.com/AltA-Advisory/ReutersParser Hopefully makes our lives a little easier.

No point flagging an issue in the docs repo as documentation. My bad.