davidclara commited on
Commit
20ae030
·
verified ·
1 Parent(s): c3a9a88

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. unetpp/config.json +34 -0
  2. unetpp/model.safetensors +3 -0
unetpp/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "name": "unetpp",
4
+ "encoder_name": "efficientnet-b4",
5
+ "encoder_weights": "imagenet",
6
+ "encoder_depth": 5,
7
+ "decoder_channels": [
8
+ 256,
9
+ 128,
10
+ 64,
11
+ 32,
12
+ 16
13
+ ],
14
+ "decoder_attention_type": null,
15
+ "in_channels": 3,
16
+ "num_classes": 7
17
+ },
18
+ "class_names": [
19
+ "River",
20
+ "Forest",
21
+ "Lake",
22
+ "Wetland",
23
+ "Stream",
24
+ "Building",
25
+ "Road"
26
+ ],
27
+ "patch_size": 512,
28
+ "features": {
29
+ "add_blue_ratio": false
30
+ },
31
+ "source_checkpoint": "bumbling-donkey-95",
32
+ "epoch": 40,
33
+ "val_score": 0.9150826334953308
34
+ }
unetpp/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4048b046255f827d7e7cf5f082421c30a65693230566b9ddf22e2eacf463c299
3
+ size 83856044