Zahro22 commited on
Commit
f3b1c35
·
verified ·
1 Parent(s): 1708325

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +6 -8
  2. config.json +11 -7
  3. model.safetensors +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  languages:
12
  - python
13
  ---
14
- # FPN Model Card
15
 
16
  Table of Contents:
17
  - [Load trained model](#load-trained-model)
@@ -32,15 +32,13 @@ model_init_params = {
32
  "encoder_name": "resnet34",
33
  "encoder_depth": 5,
34
  "encoder_weights": "imagenet",
35
- "decoder_pyramid_channels": 256,
36
- "decoder_segmentation_channels": 128,
37
- "decoder_merge_policy": "add",
38
- "decoder_dropout": 0.2,
39
  "decoder_interpolation": "nearest",
40
  "in_channels": 3,
41
  "classes": 1,
42
  "activation": None,
43
- "upsampling": 4,
44
  "aux_params": None
45
  }
46
  ```
@@ -49,8 +47,8 @@ model_init_params = {
49
  ```json
50
  [
51
  {
52
- "test_per_image_iou": 0.9075726270675659,
53
- "test_dataset_iou": 0.9143372178077698
54
  }
55
  ]
56
  ```
 
11
  languages:
12
  - python
13
  ---
14
+ # Unet Model Card
15
 
16
  Table of Contents:
17
  - [Load trained model](#load-trained-model)
 
32
  "encoder_name": "resnet34",
33
  "encoder_depth": 5,
34
  "encoder_weights": "imagenet",
35
+ "decoder_use_norm": "batchnorm",
36
+ "decoder_channels": (256, 128, 64, 32, 16),
37
+ "decoder_attention_type": None,
 
38
  "decoder_interpolation": "nearest",
39
  "in_channels": 3,
40
  "classes": 1,
41
  "activation": None,
 
42
  "aux_params": None
43
  }
44
  ```
 
47
  ```json
48
  [
49
  {
50
+ "test_per_image_iou": 0.9130621552467346,
51
+ "test_dataset_iou": 0.9190137386322021
52
  }
53
  ]
54
  ```
config.json CHANGED
@@ -1,16 +1,20 @@
1
  {
2
- "_model_class": "FPN",
3
  "activation": null,
4
  "aux_params": null,
5
  "classes": 1,
6
- "decoder_dropout": 0.2,
 
 
 
 
 
 
 
7
  "decoder_interpolation": "nearest",
8
- "decoder_merge_policy": "add",
9
- "decoder_pyramid_channels": 256,
10
- "decoder_segmentation_channels": 128,
11
  "encoder_depth": 5,
12
  "encoder_name": "resnet34",
13
  "encoder_weights": "imagenet",
14
- "in_channels": 3,
15
- "upsampling": 4
16
  }
 
1
  {
2
+ "_model_class": "Unet",
3
  "activation": null,
4
  "aux_params": null,
5
  "classes": 1,
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": "resnet34",
18
  "encoder_weights": "imagenet",
19
+ "in_channels": 3
 
20
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa74edfdeab7b30c7ac33f3b514564e99b95321afc1a1022648f9be7ab5823f1
3
- size 92714324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89109a5b37d744fceb5763a917ce8aa4ff821f5ff5678acd00912663e016d60
3
+ size 97849364