liangfu / mxnet-mobilenet-v2

Reproduction of MobileNetV2 using MXNet
129 stars 20 forks source link

training time cost question #6

Closed cvtower closed 5 years ago

cvtower commented 5 years ago

Hi @liangfu ,

Nice work and performance! Would you please share the training cost here? e.g. GPU detail, training hours. Since i have only 1080ti and seems like training imagenet from scratch will takes too much time. Thanks very much!

liangfu commented 5 years ago

Hi, if you take a look into the training log, you would find out an estimated training time. I took around one week to train each of the models, and used 2~3 gtx1080 to perform such task. Please refer to the gpus argument and speed in the training log for more details. Hope it would be helpful to you.

cvtower commented 5 years ago

Got it! Thank you very much for the kind help!