Skip to content

Tags: aucan/vit-pytorch

Tags

0.34.1

Toggle 0.34.1's commit message
add EsViT, by popular request, an alternative to Dino that is compati…

…ble with efficient ViTs with accounting for regional self-supervised loss

0.34.0

Toggle 0.34.0's commit message
add EsViT, by popular request, an alternative to Dino that is compati…

…ble with efficient ViTs with accounting for regional self-supervised loss

0.33.2

Toggle 0.33.2's commit message
fix mbconv residual block

0.33.1

Toggle 0.33.1's commit message
fix maxvit - need feedforwards after attention

0.33.0

Toggle 0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
maxvit intent to build (lucidrains#211)

complete hybrid mbconv + block / grid efficient self attention MaxViT

0.32.2

Toggle 0.32.2's commit message
let windowed tokens exchange information across heads a la talking he…

…ads prior to pointwise attention in sep-vit

0.32.1

Toggle 0.32.1's commit message
cleanup sepvit

0.32.0

Toggle 0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
intent to build (lucidrains#210)

complete SepViT, from bytedance AI labs

0.31.1

Toggle 0.31.1's commit message
do not layernorm on last transformer block for scalable vit, as there…

… is already one in mlp head

0.30.1

Toggle 0.30.1's commit message
complete learnable memory ViT, for efficient fine-tuning and potentia…

…lly plays into continual learning