DingXiaoH / RepVGG

RepVGG: Making VGG-style ConvNets Great Again
MIT License
3.34k stars 435 forks source link

Any reference about get_custom_L2? #90

Closed JoJoistheBestOne closed 2 years ago

JoJoistheBestOne commented 2 years ago

Dear authors I'm looking for some reference of this get_custom_L2, it seems not the regular weight-decay method, which paper does it come from? https://github.com/DingXiaoH/RepVGG/blob/main/repvgg.py#L66

Thanks.

JoJoistheBestOne commented 2 years ago

oops. it turns out to use a "deployed" mode weight decay.