Add DispViT release config
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "dispvit",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DispViT"
|
| 5 |
+
],
|
| 6 |
+
"encoder_type": "vitg",
|
| 7 |
+
"groups": 4,
|
| 8 |
+
"init_weights": false,
|
| 9 |
+
"checkpoint_filename": "model_final.pt"
|
| 10 |
+
}
|