1. 首页
  2. 数据库
  3. 其它
  4. 3D Attention Keras:此回购包含常用注意力成像机制的3D实现 源码

3D Attention Keras:此回购包含常用注意力成像机制的3D实现 源码

上传者: 2021-04-16 19:39:11上传 ZIP文件 125.1KB 热度 10次
3D注意事项 Sanghyun Woo, et al. "CBAM: Convolutional Block Attention Module." arXiv preprint arXiv:1807.06521v2 (2018). 代码: class channel_attention ( tf . keras . layers . Layer ): """ channel attention module Contains the implementation of Convolutional Block Attention Module(CBAM) block. As described in https://arxiv.org/abs/1807.06521. """ def __init__ ( self , rati
下载地址
用户评论