Skip to content

Commit

Permalink
fix minor typo in README.md (pytorch#1234)
Browse files Browse the repository at this point in the history
fix minor typo
  • Loading branch information
ghlrobin authored Feb 19, 2024
1 parent 83ff2f5 commit 2d725b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vision_transformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ options:
--num-encoders NUM_ENCODERS
number of encoders (default : 12)
--dropout DROPOUT dropout value (default : 0.1)
--img-size IMG_SIZE image size to be reshaped to (default : 224
--img-size IMG_SIZE image size to be reshaped to (default : 224)
--num-classes NUM_CLASSES
number of classes in dataset (default : 10 for CIFAR10)
--epochs EPOCHS number of epochs (default : 10)
Expand All @@ -37,4 +37,4 @@ options:
--batch-size BATCH_SIZE
batch size (default : 4)

```
```

0 comments on commit 2d725b6

Please sign in to comment.