mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Merge pull request #25561 from HanGuo97:fix_reuse_in_dense
PiperOrigin-RevId: 232765756
This commit is contained in:
@@ -64,7 +64,7 @@ class Dense(keras_layers.Dense, base.Layer):
|
||||
`GraphKeys.TRAINABLE_VARIABLES` (see `tf.Variable`).
|
||||
name: String, the name of the layer. Layers with the same name will
|
||||
share weights, but to avoid mistakes we require reuse=True in such cases.
|
||||
reuse: Boolean, whether to reuse the weights of a previous layer
|
||||
_reuse: Boolean, whether to reuse the weights of a previous layer
|
||||
by the same name.
|
||||
|
||||
Properties:
|
||||
|
||||
Reference in New Issue
Block a user