John-Allard commited on
Commit
16dc8f8
·
verified ·
1 Parent(s): b43ae88

Upload model.config.json

Browse files
Files changed (1) hide show
  1. model.config.json +17 -0
model.config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": "resnet34",
3
+ "in_channels": 1,
4
+ "internal_only": true,
5
+ "no_root_pred": false,
6
+ "normalize_input": false,
7
+ "max_side": 2000,
8
+ "pad_multiple": 32,
9
+ "decode": {
10
+ "thresh": 0.3,
11
+ "window": 7,
12
+ "per_channel_topk": 2000,
13
+ "max_peaks": 5000,
14
+ "fallback_topk": 0,
15
+ "assign_root_leftmost_when_two_classes": true
16
+ }
17
+ }