Closed pai-dy closed 5 years ago
Hi, I'm university student in Korea.
Cause I wanted to make training process more faster, I changed parameters of fit_generator as
workers=12, use_multiprocessing=True,
workers=12,
use_multiprocessing=True,
Then I got a problem like below.
As you can see, last batch of first epoch does not work and gives warning message. Is there any solution for this?
Hi, I'm university student in Korea.
Cause I wanted to make training process more faster, I changed parameters of fit_generator as
workers=12,
use_multiprocessing=True,
Then I got a problem like below.
As you can see, last batch of first epoch does not work and gives warning message. Is there any solution for this?