Nusselder9

Results 3 issues of Nusselder9

Hi, thanks for your cool work. An important related work maybe missed. Collaborative Channel Pruning for Deep Networks. ICML2019 CCP also uses Taylor expansion to calculate the change of loss...

Hi, Thanks for your excellent work. I have a question about implementation of MoCo. It seems that shuffle_ids from line 440 to line 442 [here](https://github.com/HobbitLong/CMC/blob/7b227be0b10ef4e526c72af07664f5079ed9ee09/train_moco_ins.py#L440) does not work. In other...

ppq/executor/op/torch/default.py L1457 `scale_factor = values[2].cpu() if len(values) > 2 else None` 当resize op的输入是“x, None, None, size”的时候,会报错,因为values[2]是None,None没有.cpu()方法。 ps: 根据onnx resize的说明,scale_factor和size只能有一个:https://github.com/onnx/onnx/blob/main/docs/Operators.md#Resize