Skip to content

Commit

Permalink
Update keras-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 29, 2024
1 parent 1f6717f commit 042fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/keras-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@
"attributes": [
{
"default": false,
"description": "Boolean, whether or not the input value 0 is a special\n \"padding\" value that should be masked out.\n This is useful when using recurrent layers which\n may take variable length input. If this is `True`,\n then all subsequent layers in the model need\n to support masking or an exception will be raised.\n If mask_zero is set to True, as a consequence,\n index 0 cannot be used in the vocabulary (input_dim should\n equal size of vocabulary + 1).",
"description": "Boolean, whether or not the input value 0 is a special\n \"padding\" value that should be masked out.\n This is useful when using recurrent layers which\n may take variable length input. If this is `True`,\n then all subsequent layers in the model need\n to support masking or an exception will be raised.\n If `mask_zero` is set to `True`, as a consequence,\n index 0 cannot be used in the vocabulary (`input_dim` should\n equal size of vocabulary + 1).",
"name": "mask_zero"
},
{
Expand Down

0 comments on commit 042fb02

Please sign in to comment.