From 30cb9e6261238e23cab046cabf1b5576ae6c2712 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Wed, 5 Jun 2024 22:16:11 -0700 Subject: [PATCH] Update keras-metadata.json --- source/keras-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/keras-metadata.json b/source/keras-metadata.json index 20910259f4..c2c4c922f7 100644 --- a/source/keras-metadata.json +++ b/source/keras-metadata.json @@ -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" } ],