isaaccorley commited on
Commit
2c42b70
·
verified ·
1 Parent(s): 03af477

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_model_class": "Unet",
3
+ "activation": null,
4
+ "aux_params": null,
5
+ "classes": 3,
6
+ "decoder_attention_type": null,
7
+ "decoder_channels": [
8
+ 256,
9
+ 128,
10
+ 64,
11
+ 32,
12
+ 16
13
+ ],
14
+ "decoder_interpolation": "nearest",
15
+ "decoder_use_norm": "batchnorm",
16
+ "encoder_depth": 5,
17
+ "encoder_name": "efficientnet-b7",
18
+ "encoder_weights": null,
19
+ "in_channels": 8
20
+ }