MTDoven/Recurrent-Parameter-Generation
Any-to-Any
•
Updated
•
3
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.
The dataset for Recurrent Diffusion for Large-Scale Parameter Generation.
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
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>
cd ViTTiny1022
python test.py ./chechpoint_test
# python test.py <path/to/the/folder/containing/files/you/want/to/test>
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>
cd ViTTiny1022
bash train.sh
bash split.sh