Alex Black
Alex Black
Something that some SBT users run into is uber-jars that give a Nd4jBackend.NoAvailableBackendException, due to incorrect packaging with plugins like sbt-assembly plugin (for example, missing or not adding java service...
These loss functions aren't listed: https://github.com/eclipse/deeplearning4j/blob/master/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/lossfunctions/LossFunctions.java#L29-L50 https://deeplearning4j.org/docs/latest/deeplearning4j-cheat-sheet
https://github.com/deeplearning4j/deeplearning4j-docs/search?q=iterations&unscoped_q=iterations https://github.com/deeplearning4j/deeplearning4j-docs/search?q=learningRate&unscoped_q=learningRate also check for pretrain(boolean), backprop(boolean) etc
We should have instructions on how to run DL4J/ND4J in various types of notebooks (Jupyter, etc). Ideally, also some simple minimal notebooks that are tested/known to work - that we...
One trap for Keras import of CNNs in RGB vs. BGR layout for images. It's straightforward to configure (see test below) but many users don't even think of this when...
It would be good to be able to point people to these instructions - incorrectly created uber-jars will throw a NoAvailableBackendException (due to incorrect handling of service loader files)
Here's a summary list of features and changes in beta4 that the docs will need to be updated for: **ND4J** * ND4J DataTypes support/changes * Nd4j. new methods: createFromArray, DataType...
Currently if no backend can be found: ``` throw new NoAvailableBackendException( "Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html"); ``` That link currently redirects...
See this PR: https://github.com/deeplearning4j/deeplearning4j/pull/6799 This should be documented somewhere, probably after the next release. ## Due Date *To be completed by:* YYYY-MM-DD ## Description *Write a short description of what...
_From @huonw on November 26, 2018 23:56_ Visiting https://deeplearning4j.org/api/latest/ seems to show the documentation for beta2, not beta3, e.g. https://deeplearning4j.org/api/latest/org/deeplearning4j/eval/Evaluation.html shows [the documentation at 1.0.0-beta2](https://github.com/deeplearning4j/deeplearning4j/blob/deeplearning4j-1.0.0-beta2/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/eval/Evaluation.java#L45-L77), not [the beta3 state](https://github.com/deeplearning4j/deeplearning4j/blob/deeplearning4j-1.0.0-beta3/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/eval/Evaluation.java#L29) (deprecation)....