unet-tu-resnet18 / config.json
qubvel-hf's picture
qubvel-hf HF staff
Upload folder using huggingface_hub
9f35c4f verified
raw
history blame
333 Bytes
{
"_model_class": "Unet",
"activation": null,
"aux_params": null,
"classes": 1,
"decoder_attention_type": null,
"decoder_channels": [
256,
128,
64,
32,
16
],
"decoder_use_batchnorm": true,
"encoder_depth": 5,
"encoder_name": "tu-resnet18",
"encoder_weights": "imagenet",
"in_channels": 3
}