Token label train test on CIFAR10 #57
leondgarse
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a very basic test, and currently not working as well as expected.
Token label is implementation of Github zihangJiang/TokenLabeling, paper PDF 2104.10858 All Tokens Matter: Token Labeling for Training Better Vision Transformers.
First of all, train a model on
CIFAR10
usingEfficientNetV2B0
. Detail explanation in EfficientNetV2B0 transfer learning on cifar10 testing freezing backbone #55.Best validation accuracy is
0.9792
.Create token label file using trained model in the first step.
Training with
--token_label_file
. Other parameters are same with first step:Results
Beta Was this translation helpful? Give feedback.
All reactions