Doven commited on
Commit
6c2265e
·
2 Parent(s): c72ed26 b436cfa

Merge branch 'main' of https://huggingface.co/datasets/MTDoven/ViTTiny1022

Browse files
Files changed (1) hide show
  1. README.md +46 -42
README.md CHANGED
@@ -1,42 +1,46 @@
1
- ---
2
- license: unknown
3
- ---
4
-
5
-
6
- # ViTTiny1022
7
- The dataset for [Recurrent Diffusion for Large-Scale Parameter Generation]().
8
-
9
-
10
- ## Requirement
11
- ### Install torch and other dependencies.
12
- ```shell
13
- conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 pytorch-cuda=12.1 -c pytorch -c nvidia
14
- pip install timm einops seaborn openpyxl
15
- ```
16
-
17
-
18
- ## Usage
19
- ### Test one checkpoint
20
- ```shell
21
- cd ViTTiny1022
22
- python test.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
23
- # python test.py <path/to/the/file/you/want/to/test.pth>
24
- ```
25
- ### Test some checkpoints
26
- ```shell
27
- cd ViTTiny1022
28
- python test.py ./chechpoint_test
29
- # python test.py <path/to/the/folder/containing/files/you/want/to/test>
30
- ```
31
- ### Test the detail of one checkpoint
32
- ```shell
33
- cd ViTTiny1022
34
- python detail.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
35
- # python detail.py <path/to/the/file/you/want/to/test.pth>
36
- ```
37
- ### Train from source
38
- ```shell
39
- cd ViTTiny1022
40
- bash train.sh
41
- bash split.sh
42
- ```
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 1K<n<10K
7
+ ---
8
+
9
+
10
+ # ViTTiny1022
11
+ The dataset for [Recurrent Diffusion for Large-Scale Parameter Generation]().
12
+
13
+
14
+ ## Requirement
15
+ ### Install torch and other dependencies
16
+ ```shell
17
+ conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 pytorch-cuda=12.1 -c pytorch -c nvidia
18
+ pip install timm einops seaborn openpyxl
19
+ ```
20
+
21
+
22
+ ## Usage
23
+ ### Test one checkpoint
24
+ ```shell
25
+ cd ViTTiny1022
26
+ python test.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
27
+ # python test.py <path/to/the/file/you/want/to/test.pth>
28
+ ```
29
+ ### Test some checkpoints
30
+ ```shell
31
+ cd ViTTiny1022
32
+ python test.py ./chechpoint_test
33
+ # python test.py <path/to/the/folder/containing/files/you/want/to/test>
34
+ ```
35
+ ### Test the detail of one checkpoint
36
+ ```shell
37
+ cd ViTTiny1022
38
+ python detail.py ./chechpoint_test/0000_acc0.9613_class0314_condition_cifar10_vittiny.pth
39
+ # python detail.py <path/to/the/file/you/want/to/test.pth>
40
+ ```
41
+ ### Train from source
42
+ ```shell
43
+ cd ViTTiny1022
44
+ bash train.sh
45
+ bash split.sh
46
+ ```