Skip to content

Releases: nachiket273/VisTrans

Fixed minor issues with existing vision transformer

30 Jun 17:13
f494640
Compare
Choose a tag to compare

Fixed issue with pretrained model of vision transformer.

  • Attention layer convolution bias was set to false by default causing failure in loading model weights.

Bottleneck Transformers for Visual Recognition

17 Apr 12:22
f3dcf28
Compare
Choose a tag to compare

Pretrained Pytorch Bottleneck Transformers for Visual Recognition including following

botnet50
botnet101
botnet152

Pretrained Vision Transformer Models

04 Mar 22:11
Compare
Choose a tag to compare

Pretrained Pytorch Vision Transformer Models including following

vit_s16_224
vit_b16_224
vit_b16_384
vit_b32_384
vit_l16_224
vit_l16_384
vit_l32_384