Add patch_size
#1
by
themachinefan
- opened
- config.json +2 -1
config.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"num_classes": 1000,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
-
"classifier": "head"
|
|
|
32 |
}
|
33 |
}
|
|
|
28 |
"num_classes": 1000,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
+
"classifier": "head",
|
32 |
+
"patch_size": 32
|
33 |
}
|
34 |
}
|