Update config.json
Browse filesAdded `torch_hub_pretrained=False` to `encoder_config`. This change is compatible with the latest version of `uniception` and prevents loading/downloading `dinov2` weights from torch hub.
- config.json +1 -0
config.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"norm_returned_features": false,
|
| 9 |
"size": "giant",
|
| 10 |
"torch_hub_force_reload": false,
|
|
|
|
| 11 |
"uses_torch_hub": true,
|
| 12 |
"with_registers": false
|
| 13 |
},
|
|
|
|
| 8 |
"norm_returned_features": false,
|
| 9 |
"size": "giant",
|
| 10 |
"torch_hub_force_reload": false,
|
| 11 |
+
"torch_hub_pretrained": false,
|
| 12 |
"uses_torch_hub": true,
|
| 13 |
"with_registers": false
|
| 14 |
},
|