Open abhimanyuchadha96 opened 2 years ago
https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/2f80b03ef1cdd835d4a2d21eff6f8b3534e5d601/model/attention/CoAtNet.py#L21
Correct me, if I am wrong but isn't MLP usually a collection of fully-connected layers and not convolution layers?
same with CBAM ... https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/2f80b03ef1cdd835d4a2d21eff6f8b3534e5d601/model/attention/CBAM.py#L13
https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/2f80b03ef1cdd835d4a2d21eff6f8b3534e5d601/model/attention/CoAtNet.py#L21
Correct me, if I am wrong but isn't MLP usually a collection of fully-connected layers and not convolution layers?