From fe6caa40aafa3f115951b79972cfe4abf45d1913 Mon Sep 17 00:00:00 2001 From: rmothukuru <48206667+rmothukuru@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:00:08 +0530 Subject: [PATCH] Update training.py Added a Comma to make the sentence meaningful --- tensorflow/python/keras/engine/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/keras/engine/training.py b/tensorflow/python/keras/engine/training.py index 256735b26b2..376051fd2af 100644 --- a/tensorflow/python/keras/engine/training.py +++ b/tensorflow/python/keras/engine/training.py @@ -2175,7 +2175,7 @@ class Model(base_layer.Layer, version_utils.ModelVersionSelector): options=None): """Loads all layer weights, either from a TensorFlow or an HDF5 weight file. - If `by_name` is False weights are loaded based on the network's + If `by_name` is False, weights are loaded based on the network's topology. This means the architecture should be the same as when the weights were saved. Note that layers that don't have weights are not taken into account in the topological ordering, so adding or removing layers is fine as