mvoelk/ssd_detectors

TBPP use_multiprocessing=True problem

pai-dy opened this issue · 0 comments

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.
스크린샷 2019-11-10 오후 6 56 30
As you can see, last batch of first epoch does not work and gives warning message. Is there any solution for this?