Skip to content

Commit 6b51d14

Browse files
committed
Merge branch 'master' of github.com:fchollet/keras
2 parents 8040ad7 + ec048ed commit 6b51d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ def fit_generator(self, generator,
10671067
for the class.
10681068
max_queue_size: Maximum size for the generator queue
10691069
workers: Maximum number of processes to spin up
1070-
use_multiprocessing: Ff True, use process based threading.
1070+
use_multiprocessing: if True, use process based threading.
10711071
Note that because
10721072
this implementation relies on multiprocessing,
10731073
you should not pass

0 commit comments

Comments
 (0)