IrisRainbowNeko / RobustDet

The official PyTorch implementation of "Adversarially-Aware Robust Object Detector"
55 stars 12 forks source link

Problems about training parameters #14

Open phyyyy opened 1 year ago

phyyyy commented 1 year ago

I see that when training VOC, the parameters are set as follows lr_steps: (80000, 100000, 120000), but set max_iteration=40000 in the training cfg file, what is the specific relevant setting.

Can you give the specific settings of lr_steps, max_iteration, and batchsize when training VOC and COCO?

Hope to get your reply, thank you very much!