WongKinYiu/YOLO

Effect of EMA.restore()

johannes-tum opened this issue · 0 comments

Issue Description
Here you are calling EMA.restore(): https://github.com/WongKinYiu/YOLO/blob/main/yolo/tools/solver.py#L122
What is the effect of this? I wonder whether this has an effect at all, because two lines before you call ema.apply_shadow()