ftp-b3 / config.json
isaaccorley's picture
Upload config.json with huggingface_hub
60464f5 verified
Raw
History Blame Contribute Delete
371 Bytes
{
"_model_class": "Unet",
"activation": null,
"aux_params": null,
"classes": 3,
"decoder_attention_type": null,
"decoder_channels": [
256,
128,
64,
32,
16
],
"decoder_interpolation": "nearest",
"decoder_use_norm": "batchnorm",
"encoder_depth": 5,
"encoder_name": "efficientnet-b3",
"encoder_weights": null,
"in_channels": 8
}