nni
nni copied to clipboard
[Compression] fix issue 4875
Description
fix #4875
- [x] fix infinite loop in
ChannelDependency._get_parent_layers
- [ ] fix buffer can not be traced?
- https://github.com/facebookresearch/detectron2/blob/45b3fcea6e76bf7a351e54e01c7d6e1a3a0100a5/detectron2/modeling/anchor_generator.py#L177
- the following
view
inbase_anchors.view(1, -1, 4)
, don't haveinput_shape
and don't havedummy_input
Checklist
~- [ ] test case~ ~- [ ] doc~