Merge pull request #46893 from Suraj-Upadhyay:doc-bug-issue46492

PiperOrigin-RevId: 355774303
Change-Id: Ibf11b286945613c0938ef008efa1e9768d0cd14b
This commit is contained in:
TensorFlower Gardener 2021-02-04 21:13:38 -08:00
commit 7b7dc64203

View File

@ -949,7 +949,8 @@ class Model(base_layer.Layer, version_utils.ModelVersionSelector):
are supported in `x`, eg, dict, generator or `keras.utils.Sequence`.
shuffle: Boolean (whether to shuffle the training data
before each epoch) or str (for 'batch'). This argument is ignored
when `x` is a generator. 'batch' is a special option for dealing
when `x` is a generator or an object of tf.data.Dataset.
'batch' is a special option for dealing
with the limitations of HDF5 data; it shuffles in batch-sized
chunks. Has no effect when `steps_per_epoch` is not `None`.
class_weight: Optional dictionary mapping class indices (integers)