Bottleneck Transformer. A smarter way to teach computers to see images, using a mix of traditional and modern techniques.

github.com/lucidrains/bottleneck-transformer-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2021
  • Release —0.1.4
  • 0.1.4
  • Merge pull request #14 from AminRezaei0x443/main
  • fix inplace operations
February 2021
  • Release —0.1.2
  • use expand instead of repeat
January 2021
  • allow for unequal height and width
  • Release —0.1.0
  • allow dimension out to be set differently
  • Release —0.0.8
  • simplify
  • cleanup
  • Release —0.0.7
  • show example of model surgery
  • Release —0.0.6
  • fix
  • cleanup
  • remove last activation in bottle block, and make sure last batchnorm …
  • fix readme
  • Release —0.0.5
  • Release —0.0.4
  • expose BottleBlock as well
  • Add a badge
  • Release —0.0.3
  • 0.0.3
  • Release —0.0.2
  • remove wip
  • Create python-publish.yml
  • complete bottleneck transformer
  • scaffold