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

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. unet/config.json +34 -0
  2. unet/model.safetensors +3 -0
unet/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "name": "unet",
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": "glamorous-shape-94",
32
+ "epoch": 34,
33
+ "val_score": 0.9136890292167663
34
+ }
unet/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1055a2d7ac00fb5fe71e276e5ee5b7b64c58f27f7cd367d1f569e23301b079
3
+ size 81494236