File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -365,8 +365,9 @@ class ImageDataGenerator(object):
365
365
horizontal_flip: whether to randomly flip images horizontally.
366
366
vertical_flip: whether to randomly flip images vertically.
367
367
rescale: rescaling factor. If None or 0, no rescaling is applied,
368
- otherwise we multiply the data by the value provided
369
- (before applying any other transformation).
368
+ otherwise we multiply the data by the value provided. This is
369
+ applied after the `preprocessing_function` (if any provided)
370
+ but before any other transformation.
370
371
preprocessing_function: function that will be implied on each input.
371
372
The function will run before any other modification on it.
372
373
The function should take one argument:
You can’t perform that action at this time.
0 commit comments