Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 690 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 690 Bytes

tts-trade-predict (CBAM.PyTorch)

Non-official implement of Paper:CBAM: Convolutional Block Attention Module

Introduction

The codes are PyTorch re-implement version for paper: CBAM: Convolutional Block Attention Module

Woo S, Park J, Lee J Y, et al. CBAM: Convolutional Block Attention Module[J]. 2018. ECCV2018

Structure

The overview of CBAM. The module has two sequential sub-modules: channel and spatial. The intermediate feature map is adaptively refined through our module (CBAM) at every convolutional block of deep networks.