VOTR
VOTR copied to clipboard
Wait 30 seconds for next check
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!
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.