VOTR icon indicating copy to clipboard operation
VOTR copied to clipboard

Wait 30 seconds for next check

Open 192574151 opened this issue 3 years ago • 1 comments

I try to train my module votr_ssd with a single GPU and make my batch size as 2, which needs 50 hours. The problem is that the result is false and displays "wait 30 seconds for next check (progress: 3175.0 / 0 minutes): /home/wangtingting/VOTR/output/kitti" after 50 hours training. Is there anyone else have the same problem as me? Hope you could help me!

192574151 avatar Jun 13 '22 08:06 192574151

I encountered this question once. This infomation generated by evaluate stage. The reason that I encounter this question is that I trying to evaluate my model but I use '--ckpt' to input my last epochs .pth file into the model. So the program will eavluate directly and get in a dead loop. Hope it can help you.

Raiden-cn avatar Jun 14 '22 14:06 Raiden-cn