Convolutional-Block-Attention-Module
Convolutional-Block-Attention-Module copied to clipboard
What does this line mean?
https://github.com/Youngkl0726/Convolutional-Block-Attention-Module/blob/39653b5e60ebdae4e70ebfbe2105cee077203377/CBAMNet.py#L34
x is calculated from Channel Attention Module and module_input is made to equal x, which is used to be a residual in Spatial Attention Module.