Delete unet-tu-resnet18/config.json
Browse files- unet-tu-resnet18/config.json +0 -19
unet-tu-resnet18/config.json
DELETED
@@ -1,19 +0,0 @@
|
|
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_use_batchnorm": true,
|
15 |
-
"encoder_depth": 5,
|
16 |
-
"encoder_name": "tu-resnet18",
|
17 |
-
"encoder_weights": "imagenet",
|
18 |
-
"in_channels": 3
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|