modnet / config.json
Xenova's picture
Xenova HF Staff
Testing device-level configs
252d733 verified
raw
history blame
290 Bytes
{
"model_type": "modnet",
"transformers.js_config": {
"dtype": "fp32",
"device_config": {
"webnn": {
"free_dimension_overrides": {
"batch_size": 1,
"num_channels": 3,
"height": 256,
"width": 256
}
}
}
}
}