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 Dec 14, 2024
1 parent 4b558f0 commit 2437304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/keras-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3936,12 +3936,12 @@
},
{
"default": false,
"description": "Boolean (default: `False`). If `True`, the last state\n for each sample at index i in a batch will be used as initial\n state for the sample of index i in the following batch.",
"description": "Boolean (default: `False`). If `True`, the last state\n for each sample at index i in a batch will be used as the\n initial state for the sample of index i in the following batch.",
"name": "stateful"
},
{
"default": false,
"description": "Boolean (default: `False`).\n If `True`, the network will be unrolled,\n else a symbolic loop will be used.\n Unrolling can speed-up a RNN,\n although it tends to be more memory-intensive.\n Unrolling is only suitable for short sequences.",
"description": "Boolean (default: `False`).\n If `True`, the network will be unrolled,\n else a symbolic loop will be used.\n Unrolling can speed-up an RNN,\n although it tends to be more memory-intensive.\n Unrolling is only suitable for short sequences.",
"name": "unroll"
},
{
Expand Down
1 change: 1 addition & 0 deletions tools/keras
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install() {
echo "keras install"
venv
${python} -m pip install --quiet --upgrade packaging
${python} -m pip install --quiet --upgrade scikit-learn
${python} -m pip install --quiet --upgrade keras-nightly
${python} -m pip install --quiet --upgrade jax
deactivate
Expand Down

0 comments on commit 2437304

Please sign in to comment.