Update training.py

Added a Comma to make the sentence meaningful
This commit is contained in:
rmothukuru
2021-07-01 16:00:08 +05:30
committed by GitHub
parent f54616248f
commit fe6caa40aa

View File

@@ -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