Yet-another-efficientdet-pytorch: training time really long

Created on 14 Apr 2020  路  6Comments  路  Source: zylo117/Yet-Another-EfficientDet-Pytorch

Hi there, excellent work and thanks for sharing it!

I tried the recommended script, 3.a. Train on coco from scratch with default setting. It will take about 20 days. Did you train all theses models from scratch or from imagenet pre-trained models?

Thanks a lot!

All 6 comments

no, it's transferred and finetuned

Finetuned from tensorflow efficientdet model?

yes

Then why finetune is necessary? Shouldn鈥檛 the test result same as tensorflow Efficient det report?

the low level implement of TF and pytorch is slightly different. So the output of pytorch's is about 1e-3 deviating from the official one, hence the finetune

@LiangTinting I'm curious about Finetuned from tensorflow efficientdet model. What's the meaning of this?load tensorflow model?How to do it?

Was this page helpful?
0 / 5 - 0 ratings