From e41378a2e1962b35df3f8dee90aed848286809b5 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Wed, 14 Feb 2018 14:50:26 -0800 Subject: [PATCH] Fix style issue in docstring --- keras/engine/topology.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keras/engine/topology.py b/keras/engine/topology.py index a41a3af6bb2..659aff400b1 100644 --- a/keras/engine/topology.py +++ b/keras/engine/topology.py @@ -2631,8 +2631,8 @@ def load_weights(self, filepath, by_name=False, where there is a mismatch in the number of weights, or a mismatch in the shape of the weight (only valid when `by_name`=True). - reshape: Reshape weights to fit the layer when the correct number - of values are present but the shape does not match. + reshape: Reshape weights to fit the layer when the correct number + of weight arrays is present but their shape does not match. # Raises