Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update basic_layers.py (#13299)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored and szha committed Nov 16, 2018
1 parent 6ae5b65 commit efff66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/gluon/nn/basic_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ class Dense(HybridBlock):
Activation function to use. See help on `Activation` layer.
If you don't specify anything, no activation is applied
(ie. "linear" activation: `a(x) = x`).
use_bias : bool
use_bias : bool, default True
Whether the layer uses a bias vector.
flatten: bool
flatten: bool, default True
Whether the input tensor should be flattened.
If true, all but the first axis of input data are collapsed together.
If false, all but the last axis of input data are kept the same, and the transformation
Expand Down

0 comments on commit efff66b

Please sign in to comment.