swa_object_detection
swa_object_detection copied to clipboard
理解问题
你好,我查看了代码。看到配置文件中,比如yolov3中,total_epoch和cyclic_times都是24,意思是每个epoch都按照iter进行一次余弦退火,然后把这24个epoch求平均吗
Part of your understanding is right. You need to manually average those 12 or 24 checkpoints. See step 3 of Getting Started.