Srikumar26
commited on
Commit
•
deb650b
1
Parent(s):
a9ba7f4
Push model using huggingface_hub.
Browse files- config.json +2 -2
config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
"depth": 24,
|
6 |
"embed_dim": 1024,
|
7 |
"img_size": 224,
|
8 |
-
"
|
9 |
-
"mlp_ratio": 4
|
10 |
"norm_pix_loss": false,
|
11 |
"num_heads": 16,
|
12 |
"patch_size": 16
|
|
|
5 |
"depth": 24,
|
6 |
"embed_dim": 1024,
|
7 |
"img_size": 224,
|
8 |
+
"in_chans": 3,
|
9 |
+
"mlp_ratio": 4,
|
10 |
"norm_pix_loss": false,
|
11 |
"num_heads": 16,
|
12 |
"patch_size": 16
|