bingykang / Fewshot_Detection

Few-shot Object Detection via Feature Reweighting
https://arxiv.org/abs/1812.01866
528 stars 111 forks source link

base model training stuck #66

Open li-yanling opened 3 years ago

li-yanling commented 3 years ago

hi, I train the base model use python train_meta.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg darknet19_448.conv.23 and it stucks without any error for 20mins at: ('num classes: ', 15) 2021-06-30 10:19:30 epoch 0/353, processed 0 samples, lr 0.000033

May I know what should I do to start the training? (I use torch 0.3.1)