bwojcik commited on
Commit
dc50eda
·
verified ·
1 Parent(s): 00f9c24

Update config.json

Browse files

Added `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.

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