Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zwxandy authored Jun 26, 2023
1 parent 4e7bf17 commit da0ca7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,25 @@ We provide model checkpoints on three widely used datasets, i.e., CIFAR-10, CIFA

Usage: just simply modify the command above including `config, model, data_dir, model-checkpoint`.

config:
1. config:
```shell
configs/datasets/cifar10.yml
configs/datasets/cifar100.yml
configs/datasets/tiny_imagenet.yml
```

model:
2. model:
```shell
vit_7_4_32 for CIFAR-10/100
vit_9_12_64 for Tiny-ImageNet
```

data_dir:
3. data_dir:

set as the corresponding datasets.

model-checkpoint:
5. model-checkpoint:

set as the corresponding checkpoints.

**Checkpoints:**
Expand Down

0 comments on commit da0ca7e

Please sign in to comment.