lpiccinelli commited on
Commit
eb558f7
1 Parent(s): bf087dc

Delete config_vitl14.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_vitl14.json +0 -23
config_vitl14.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "generic": {
3
- "seed": 13
4
- },
5
- "training": {},
6
- "data": {
7
- "image_shape": [462, 616]
8
- },
9
- "model": {
10
- "name": "UniDepthV1",
11
- "num_heads": 8,
12
- "expansion": 4,
13
- "pixel_decoder": {
14
- "hidden_dim": 512,
15
- "depths": [3, 2, 1],
16
- "dropout": 0.0
17
- },
18
- "pixel_encoder": {
19
- "name": "dinov2_vitl14",
20
- "pretrained": null
21
- }
22
- }
23
- }