tensorgirl commited on
Commit
1947a8e
·
1 Parent(s): d86ba11

Update augvit_config.py

Browse files
Files changed (1) hide show
  1. augvit_config.py +3 -3
augvit_config.py CHANGED
@@ -7,9 +7,9 @@ class AugViTConfig(PretrainedConfig):
7
 
8
  def __init__(
9
  self,
10
- image_size: int = 32,
11
- patch_size: int = 4,
12
- num_classes: int = 10,
13
  dim: int = 128,
14
  depth: int = 6,
15
  heads: int = 16,
 
7
 
8
  def __init__(
9
  self,
10
+ image_size: int = 224,
11
+ patch_size: int = 32,
12
+ num_classes: int = 1000,
13
  dim: int = 128,
14
  depth: int = 6,
15
  heads: int = 16,