You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If true (default): include bias parameters in the model. False: no bias." - no context here (it's doc from "hasBias" method - but nothing to signify that)
None of the inherited methods are listed there (so we're missing 95% of the configuration options for DenseLayer as a result)
Some other general suggestions and issues. Some of these will have to be fixed at the javadoc level.
A 1-line link at the top of these autogen pages (to each layer etc) would make them easier to navigate
Deprecated methods are included in some layers (Like: "activation" method under General layers). IMO exclude deprecated.
It might be good to make the layer configuration options collapseable, and collapsed by default (i.e., click to show). Probably too much content otherwise.
If we are doing links to source for each version, shouldn't we be linking at a specific commit ID, and not to master? Otherwise I could be browsing 1.0.0-beta2 docs, click on the link, and see completely different content than I expect (due to changes since the release)
I don't believe that Javadoc class links work - it'd be awesome (but no doubt hard) to have stuff like this work as a link: {@link org.deeplearning4j.nn.weights.WeightInit#NORMAL}
Let's include any public enumerations? (I don't think this is done currently?)
The text was updated successfully, but these errors were encountered:
Let's consider a simple example: DenseLayer
https://deeplearning4j.org/docs/latest/deeplearning4j-nn-layers
Some issues here:
Some other general suggestions and issues. Some of these will have to be fixed at the javadoc level.
@Override
annotation{@link org.deeplearning4j.nn.weights.WeightInit#NORMAL}
The text was updated successfully, but these errors were encountered: