caffe-mobilenet icon indicating copy to clipboard operation
caffe-mobilenet copied to clipboard

Training Accuracy problem

Open leochli opened this issue 7 years ago • 6 comments

Hi @farmingyard ,

Have you trained with your prototxt and do you reach the paper acc?

I followed the resnext training policy yet have 1%~2% difference below the paper acc.

I'd be appreciated if there're any tricks to share.

thx!

leochli avatar Aug 16 '17 01:08 leochli

@leolee96 My prototxt is not the original paper structure but its 1by2 of each feature maps, so we don't know its perfect acc. WHAT is your current acc?

farmingyard avatar Aug 16 '17 02:08 farmingyard

Hi @farmingyard , I haven't tried your prototxt yet. I trained with the original paper structure and get top1 70.7% now. I'll try ur 0.5x version asap

leochli avatar Aug 16 '17 07:08 leochli

@leolee96 You can reference to shicai's result, which is more or less with yours. https://github.com/shicai/MobileNet-Caffe

farmingyard avatar Aug 16 '17 08:08 farmingyard

Does 1by2 mean 0.5 MobileNet in the original paper? It seems that yes according to the number of kernels. I trained a network using your prototxt, final accuracy is close to 63%. (63.7% was published for 0.5 network)

borisgribkov avatar Mar 07 '18 11:03 borisgribkov

Why the BN layer of your deploy.prototxt does not set "use_global_stats: true" Thanks @farmingyard

Ai-is-light avatar Mar 12 '18 09:03 Ai-is-light

Finally I have increased number of kernels twice, this should be original MobileNet, final accuracy 69.5%, getting of over 70% accuracy is still open question.

borisgribkov avatar Mar 29 '18 10:03 borisgribkov