taokong / RON

RON: Reverse Connection with Objectness Prior Networks for Object Detection, CVPR 2017
355 stars 135 forks source link

training time? #12

Closed wenqingchu closed 6 years ago

wenqingchu commented 6 years ago

Thanks for your impressive work. In my workstation with Titan X, it need about 3 second for each iteration. And the training time is about 100 hours (3*120000 second). Is it normal?

wnzhyee commented 6 years ago

Try reduce the batchsize to 10 in ./train_voc_reduced.sh and ./train_voc.sh

wenqingchu commented 6 years ago

@wnzhyee Have you tried that? Will it still achieve the same accuracy?