Serge-weihao

Results 1 issues of Serge-weihao

https://github.com/speedinghzl/CCNet/blob/pure-python/cc_attention/functions3d.py I think the overlapped elements should be masked out twice for 3d cc attention module, if your paper describes 3d version as below. ![image](https://user-images.githubusercontent.com/40890323/112860635-93b62e00-90e6-11eb-8eb1-fcb0e2537518.png) I wrote 3 [versions](https://github.com/Serge-weihao/CCNet-Pure-Pytorch/blob/master/networks/CC3d.py) of...