Skip to content

Tags: JonathanSum/vit-pytorch

Tags

0.6.4

Toggle 0.6.4's commit message
allow distillable efficient vit to restore efficient vit as well

0.6.3

Toggle 0.6.3's commit message
offer easy way to turn DistillableViT to ViT at the end of training

0.6.2

Toggle 0.6.2's commit message
allow for overriding alpha as well on forward in distillation wrapper

0.6.1

Toggle 0.6.1's commit message
no grad for teacher in distillation

0.6.0

Toggle 0.6.0's commit message
add knowledge distillation with distillation tokens, in light of new …

…finding from facebook ai

0.5.1

Toggle 0.5.1's commit message
allow for mean pool with efficient version too

0.5.0

Toggle 0.5.0's commit message
offer a way to use mean pooling of last layer

0.4.0

Toggle 0.4.0's commit message
fix the dimension per head to be independent of dim and heads, to mak…

…e sure users do not have it be too small to learn anything

0.3.0

Toggle 0.3.0's commit message
simplify mlp head

0.2.7

Toggle 0.2.7's commit message
remove float(-inf) as masking value