1. 首页
  2. 数据库
  3. 其它
  4. bottleneck transformer pytorch:Pytorch中瓶颈变压器的实现 源码

bottleneck transformer pytorch:Pytorch中瓶颈变压器的实现 源码

上传者: 2021-03-29 16:05:09上传 ZIP文件 82.16KB 热度 12次
瓶颈变压器-火炬 在Pytorch中,在性能-计算权衡方面优于EfficientNet和DeiT的卷积(SotA)视觉识别模型的卷积+注意实现 安装 $ pip install bottleneck-transformer-pytorch 用法 import torch from torch import nn from bottleneck_transformer_pytorch import BottleStack layer = BottleStack ( dim = 256 , # channels in fmap_size = 64 , # feature map size dim_out = 2048 , # channels out proj_factor = 4 , #
用户评论