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 Jun 6, 2024
1 parent b967bd8 commit 30cb9e6
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 @@ -3378,7 +3378,7 @@
"description": "Permutes the dimensions of the input according to a given pattern.\n\nUseful e.g. connecting RNNs and convnets.",
"attributes": [
{
"description": "Tuple of integers. Permutation pattern does not include the\n batch dimension. Indexing starts at 1.\n For instance, `(2, 1)` permutes the first and second dimensions\n of the input.",
"description": "Tuple of integers. Permutation pattern does not include the\n batch dimension. Indexing starts at 1.\n For instance, `(1, 3, 2)` permutes the second and third dimensions\n of the input.",
"name": "dims"
}
],
Expand Down

0 comments on commit 30cb9e6

Please sign in to comment.