qubvel-hf HF staff commited on
Commit
427709c
·
verified ·
1 Parent(s): a3e1fa0

Delete unet-tu-resnet18/config.json

Browse files
Files changed (1) hide show
  1. 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
- }