speedinghzl / CCNet

CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).
MIT License
1.42k stars 277 forks source link

Ask for resources of CUDAImplementation #21

Closed zhangfb closed 5 years ago

zhangfb commented 5 years ago

Hi, the idea of cross-criss attention is impressive and inspiring and the code released is very helpful to me.

I am a starter in the DL area, and I want to further learn how to implement some computational codes in CUDA just like you implementing computational part of cross-criss attention in CUDA. So is there any resources in English or Chinese that you suggest to learn?

Thank you in advance for helping me!

speedinghzl commented 5 years ago

Thanks for your interest in our work. I learned basic knowledge about CUDA parallel programming via the website and the book named CUDA by Example. If you want to write more effective programs, maybe the professional book is necessary to read and practice.

zhangfb commented 5 years ago

Thanks for your interest in our work. I learned basic knowledge about CUDA parallel programming via the website and the book named CUDA by Example. If you want to write more effective programs, maybe the professional book is necessary to read and practice.

Thank you so much!