pva-faster-rcnn icon indicating copy to clipboard operation
pva-faster-rcnn copied to clipboard

What is the train details on ImageNet2012?

Open qingzhouzhen opened this issue 6 years ago • 7 comments

I want to pretrain pvanet on ImageNet, but can not find the details arguments such opotimizer, how to initilize weight and so on.(except learning rate and 192*192 I found in article) @sanghoon

qingzhouzhen avatar Nov 01 '17 01:11 qingzhouzhen

@sanghoon

Can you share your plateau window size when training imageNet?

twmht avatar Nov 01 '17 02:11 twmht

what your problem? @twmht , my problem is I pretrain pvanet on ImageNet2012 got 66%, not 70%, I want to transfer pvanet to MXNet.

qingzhouzhen avatar Nov 01 '17 03:11 qingzhouzhen

@qingzhouzhen

I go 61%, but the learning rate policy is step, not plateau.

Since @sanghoon does not provide the solver to train imageNet, I don't know how to set the plateau parameter to reach 2M iterations.

twmht avatar Nov 01 '17 03:11 twmht

@qingzhouzhen

I am curious about what's your learning rate policy?

twmht avatar Nov 01 '17 03:11 twmht

--lr-factor=0.36 --lr-step-epoch=30,60,80,100,120,140 --num-epochs=160 by the way, what is your framework? Caffe , TensorFlow, or Mxnet

qingzhouzhen avatar Nov 01 '17 05:11 qingzhouzhen

@qingzhouzhen

I am using caffe, so you do not use the learning rate policy plateau?

twmht avatar Nov 01 '17 06:11 twmht

I do not no what is plateau, MXNET does not have this , at least I do not know.

qingzhouzhen avatar Nov 01 '17 07:11 qingzhouzhen