Skip to content

HotoNagi/Chainer-CBAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Chainer-CBAM(Convolutional Block Attention Module)

Training

python n_fold_train.py --dataset [DATASET] --arch [MODEL] --gpu [GPU_ID]

軽い解説

論文リンク

使用ネットワーク

ResBlockに以下の図のような Channel Attention Module , Spatial Attention Module と呼ばれる2つの Attention Module を追加したもの。



Channel Attention Module

Spatial Attention Module

参考実装

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages