aeolusguan commited on
Commit
27bb952
·
verified ·
1 Parent(s): cbb6dbc

Add DispViT release config

Browse files
Files changed (1) hide show
  1. 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
+ }