Commit
·
1dd077d
1
Parent(s):
c452099
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"gViTForImageClassification"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
-
"TFAutoModelForImageClassification": "
|
9 |
},
|
10 |
"depth": 2,
|
11 |
"dim": 128,
|
|
|
4 |
"gViTForImageClassification"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "augvit_config.AugViTConfig",
|
8 |
+
"TFAutoModelForImageClassification": "augvit_model.AugViTForImageClassification"
|
9 |
},
|
10 |
"depth": 2,
|
11 |
"dim": 128,
|