mvoelk / ssd_detectors

SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN
MIT License
302 stars 85 forks source link

TBPP use_multiprocessing=True problem #39

Closed pai-dy closed 5 years ago

pai-dy commented 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,

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?