modnet / config.json
captainspock's picture
Update config.json
a8539b6 verified
raw
history blame contribute delete
197 Bytes
{
"model_type": "modnet",
"transformers.js_config": {
"webnn": {
"free_dimension_overrides": {
"batch_size": 1,
"height": 256,
"width": 320
}
}
}
}