You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, table.1 in [1] show that NAS-FPN R-50 (7 @ 256) FLops and parameters is 281.3B , 60.3 M. However, I use get_flops.py to get 140.42 GF and 68.02M when using NasFPN config.
The config i use: configs/nas_fpn/retinanet_r50_nasfpn_crop640_50e_coco.py
The code i run python tools/analysis_tools/get_flops.py configs/nas_fpn/retinanet_r50_naspredfpn_crop512_10e_coco_NasFPN.py --shape 640 640
I think it is ok with a slight difference. But it looks unreasonable?
I found that the difference in parameters came from the implementation. The difference in flops because nasfpn uses another calculation mentioned by RangiLyu.
Hi, table.1 in [1] show that NAS-FPN R-50 (7 @ 256) FLops and parameters is 281.3B , 60.3 M. However, I use
get_flops.py
to get 140.42 GF and 68.02M when using NasFPN config.Refer:
[1] https://arxiv.org/pdf/1904.07392.pdf
The text was updated successfully, but these errors were encountered: