daitao / SAN

Second-order Attention Network for Single Image Super-resolution (CVPR-2019)
550 stars 106 forks source link

reduction=8 or 16 #19

Open Marshall-yao opened 4 years ago

Marshall-yao commented 4 years ago

Hi, daitao, thanks for your wonder work about SAN. It gives us many ideas.

I have a problem about reduction value in SAN code. In option.py, it is set to be 16. However , (in san.py) when we use Nonlocal_CA(about 500 lines), it is set to be 8.

Is it set to be all 16 in code as paper said ?

Best regards.