Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

About training #27

Closed StetchPlane closed 3 years ago

StetchPlane commented 3 years ago

When the training is interrupted at epoch70, the effect will drop sharply whether the training is continued at epoch70 or epoch60.

epoch 60: 60 training from epoch70, the result of epoch 90: 70-90 training from epoch60, the result of epoch 90: 90

May I ask what causes this?

hxcai commented 3 years ago

@StetchPlane Do you reload model weight, optimizer and meta data?

StetchPlane commented 3 years ago

Yes, I loaded them all

mike112223 commented 3 years ago

Hi @StetchPlane, Can you provide the training logs and config files?

StetchPlane commented 3 years ago

I seem to know the reason. I didn't delete "prefix = backbone" when loading weights. Thank you for your reply.