@@ -1644,7 +1644,7 @@ def fit(
1644
1644
`keras.utils.Sequence` input only. If `True`, use process-based
1645
1645
threading. If unspecified, `use_multiprocessing` will default to
1646
1646
`False`. Note that because this implementation relies on
1647
- multiprocessing, you should not pass non-picklable arguments to
1647
+ multiprocessing, you should not pass non-pickleable arguments to
1648
1648
the generator as they can't be passed easily to children
1649
1649
processes.
1650
1650
@@ -2179,7 +2179,7 @@ def evaluate(
2179
2179
`keras.utils.Sequence` input only. If `True`, use process-based
2180
2180
threading. If unspecified, `use_multiprocessing` will default to
2181
2181
`False`. Note that because this implementation relies on
2182
- multiprocessing, you should not pass non-picklable arguments to
2182
+ multiprocessing, you should not pass non-pickleable arguments to
2183
2183
the generator as they can't be passed easily to children
2184
2184
processes.
2185
2185
return_dict: If `True`, loss and metric results are returned as a
@@ -2537,7 +2537,7 @@ def predict(
2537
2537
`keras.utils.Sequence` input only. If `True`, use process-based
2538
2538
threading. If unspecified, `use_multiprocessing` will default to
2539
2539
`False`. Note that because this implementation relies on
2540
- multiprocessing, you should not pass non-picklable arguments to
2540
+ multiprocessing, you should not pass non-pickleable arguments to
2541
2541
the generator as they can't be passed easily to children
2542
2542
processes.
2543
2543
0 commit comments