610265158 / faceboxes-tensorflow

a tensorflow implement faceboxes
Apache License 2.0
47 stars 18 forks source link

Both tf1.14 and tf2.0 version hang during training #2

Open yuanli12139 opened 4 years ago

yuanli12139 commented 4 years ago

Hi @610265158, I tried to train FaceBoxes detectors using your implementation. However, both tf1.14 and tf2.0 version hang after training started several hundred iterations. No error messages but losses stopped updating. Do you have any idea what might be the cause? Thank you so much!

610265158 commented 4 years ago

It should be the data provider problem, some err may happened there , i guess. Which dataset do you use?

yuanli12139 commented 4 years ago

I am using Wider Face despite that I am training 1-channel grayscale models.

610265158 commented 4 years ago

Do you have problem with raw 3-channel data? You could catch some exception in the data provider, and to find out the problem.