BASNet / config.json
shunk031's picture
Upload model
cdd61a2 verified
raw
history blame
No virus
340 Bytes
{
"architectures": [
"BASNetModel"
],
"auto_map": {
"AutoConfig": "configuration_basnet.BASNetConfig",
"AutoModel": "modeling_basnet.BASNetModel"
},
"kernel_size": 3,
"model_type": "basnet",
"n_channels": 3,
"resnet_model": "microsoft/resnet-34",
"torch_dtype": "float32",
"transformers_version": "4.42.4"
}