BASNet / config.json
shunk031's picture
Upload model
ee3d6e8 verified
raw
history blame contribute delete
No virus
299 Bytes
{
"architectures": [
"BASNetModel"
],
"auto_map": {
"AutoConfig": "configuration_basnet.BASNetConfig",
"AutoModel": "modeling_basnet.BASNetModel"
},
"kernel_size": 3,
"model_type": "basnet",
"n_channels": 3,
"torch_dtype": "float32",
"transformers_version": "4.42.4"
}