--- license: unknown language: - en size_categories: - 1K ``` ### Test some checkpoints ```shell cd ViTTiny1022 python test.py ./chechpoint_test # python test.py ``` ### Test the detail of one checkpoint ```shell cd ViTTiny1022 python detail.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth # python detail.py ``` ### Train from source ```shell cd ViTTiny1022 bash train.sh bash split.sh ```