facebookresearch / facebookresearch/detectron2
Inference on CPU for models with Deformable conv layer
Open
enhancement
- Dominant language
- Python
- Stars
- 34.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
A model is trained with the config: Misc/cascade_mask_rcnn_X_152_32x8d_FPN_IN5k_gn_dconv.yaml
For inference I would like to use CPU, but it complains:
**NotImplementedError("Deformable Conv is not supported on CPUs!")**
Would this support be included in future to run Deformable Conv on CPU?
Contributor guide
Assessment
This issue has not been assessed yet.