deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.31k stars 5.41k forks source link

SCRFD do not save checkpoints #1677

Open datvtn opened 3 years ago

datvtn commented 3 years ago

I'm training SCRFD but till 60 epoch still no checkpoint is saved?

nttstar commented 3 years ago

save at the end by default

datvtn commented 3 years ago

I change checkpoint_config = dict(interval=5) . Shouldn't it save every 5 epochs? Let me try again