From efff66bb995a0093ba8cde7262b8506c43d9274d Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Fri, 16 Nov 2018 15:56:06 -0800 Subject: [PATCH] Update basic_layers.py (#13299) --- python/mxnet/gluon/nn/basic_layers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/mxnet/gluon/nn/basic_layers.py b/python/mxnet/gluon/nn/basic_layers.py index c4ddac165f89..c69b980935fc 100644 --- a/python/mxnet/gluon/nn/basic_layers.py +++ b/python/mxnet/gluon/nn/basic_layers.py @@ -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