Skip to content

Commit d4197c2

Browse files
authored
fix minor typo
1 parent 83ff2f5 commit d4197c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vision_transformer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ options:
2727
--num-encoders NUM_ENCODERS
2828
number of encoders (default : 12)
2929
--dropout DROPOUT dropout value (default : 0.1)
30-
--img-size IMG_SIZE image size to be reshaped to (default : 224
30+
--img-size IMG_SIZE image size to be reshaped to (default : 224)
3131
--num-classes NUM_CLASSES
3232
number of classes in dataset (default : 10 for CIFAR10)
3333
--epochs EPOCHS number of epochs (default : 10)
@@ -37,4 +37,4 @@ options:
3737
--batch-size BATCH_SIZE
3838
batch size (default : 4)
3939

40-
```
40+
```

0 commit comments

Comments
 (0)