Closed fanzz1208 closed 1 year ago
Hi, thank you for your interest!
Channel Attention is defined here: https://github.com/vt-le/astnet/blob/141f9d57c8dd121bef072797533c413546e54c18/networks/helper.py#L69
for Residual channel attention block , how to define? just add conv and relu and conv ?
for Residual channel attention block , how to define? just add conv and relu and conv ?
Residual channel attention block is defined here: https://github.com/vt-le/astnet/blob/f8c53790cfae84416086284587fe0f33300708ab/networks/helper.py#L122
What part of the code is Residual channel attention block?
Please tell me, thank you