The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

ViTTiny1022

The dataset for Recurrent Diffusion for Large-Scale Parameter Generation.

Requirement

Install torch and other dependencies

conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 pytorch-cuda=12.1 -c pytorch -c nvidia
pip install timm einops seaborn openpyxl

Usage

Test one checkpoint

cd ViTTiny1022
python test.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
# python test.py <path/to/the/file/you/want/to/test.pth>

Test some checkpoints

cd ViTTiny1022
python test.py ./chechpoint_test
# python test.py <path/to/the/folder/containing/files/you/want/to/test>

Test the detail of one checkpoint

cd ViTTiny1022
python detail.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
# python detail.py <path/to/the/file/you/want/to/test.pth>

Train from source

cd ViTTiny1022
bash train.sh
bash split.sh
Downloads last month
10

Models trained or fine-tuned on MTDoven/ViTTiny1022