Closed byeciao closed 2 years ago
why the test result is so bad after training tusimple for 60k iteration?
Hi @byeciao Thanks for your interest in my implementation.
In my case, It took 10 minutes per epoch with 8* 2080ti GPU. Also, it seems to be overfitted on the training set with the respect to your val_loss_seg graph. The training result of TuSimple (also CuLane) is somewhat affected by the batch size. 12~16 is suitable.
Note that the result for the TuSimple dataset was reproduced in previous version. rewritten code also works exactly the same, but check it out!
Is it normal that it takes me 30min to train an epoch on 1080ti? and the test time is slow too.