nni icon indicating copy to clipboard operation
nni copied to clipboard

[Compression] fix issue 4875

Open J-shang opened this issue 2 years ago • 0 comments

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 in base_anchors.view(1, -1, 4), don't have input_shape and don't have dummy_input

Checklist

~- [ ] test case~ ~- [ ] doc~

How to test

J-shang avatar May 25 '22 16:05 J-shang