We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ff2f5 commit d4197c2Copy full SHA for d4197c2
vision_transformer/README.md
@@ -27,7 +27,7 @@ options:
27
--num-encoders NUM_ENCODERS
28
number of encoders (default : 12)
29
--dropout DROPOUT dropout value (default : 0.1)
30
- --img-size IMG_SIZE image size to be reshaped to (default : 224
+ --img-size IMG_SIZE image size to be reshaped to (default : 224)
31
--num-classes NUM_CLASSES
32
number of classes in dataset (default : 10 for CIFAR10)
33
--epochs EPOCHS number of epochs (default : 10)
@@ -37,4 +37,4 @@ options:
37
--batch-size BATCH_SIZE
38
batch size (default : 4)
39
40
-```
+```
0 commit comments