Westlake-AI / MogaNet

[ICLR 2024] MogaNet: Efficient Multi-order Gated Aggregation Network
https://arxiv.org/abs/2211.03295
Apache License 2.0
162 stars 13 forks source link

Some small issues about detection and segmentation #7

Closed xuesongnie closed 1 year ago

xuesongnie commented 1 year ago

是否需要冻结前几层的参数,还是全部网络放开训练效果好一点,因为看到代码里面没有写关于冻结参数的部分,所以有这个小问题。

Lupin1998 commented 1 year ago

Hi, @xuesongnie. Thanks for your question. We haven't frozen the parameters of the backbones in downstream tasks. As for COCO detection tasks, we set norm_eval=True as ResNet but not freeze stage-1. I hope this would help you.