xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.48k stars 320 forks source link

EDVR TSA模块里的点积运算符为什么是* 不应该是@吗 #216

Open liuliu123-n opened 2 years ago

liuliu123-n commented 2 years ago

TSA模块的里的dot product 运算符是 Element-wise multiplication 运算符也是 ,请问这里是否存在错误