remove image_size and path
Browse files- config.json +0 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "apple_DepthPro",
|
3 |
"apply_layernorm": true,
|
4 |
"architectures": [
|
5 |
"DepthProForDepthEstimation"
|
@@ -10,7 +9,6 @@
|
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.0,
|
12 |
"hidden_size": 1024,
|
13 |
-
"image_size": 1536,
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_feature_dims": [
|
16 |
256,
|
|
|
1 |
{
|
|
|
2 |
"apply_layernorm": true,
|
3 |
"architectures": [
|
4 |
"DepthProForDepthEstimation"
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.0,
|
11 |
"hidden_size": 1024,
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_feature_dims": [
|
14 |
256,
|