GtxMiracle

Results 4 issues of GtxMiracle

Traceback (most recent call last): File "eval.py", line 120, in main() File "eval.py", line 116, in main eval(args) File "eval.py", line 80, in eval fetch_list=fetch_targets) File "/Users/gtx/opt/anaconda3/envs/paddle/lib/python3.6/site-packages/paddle/fluid/executor.py", line 1262, in...

In line 204 of PWCNet.py, a up_feat layer is used for transforming the last feature x of optical flow estimator module into a 2 channels feature map. What does this...

我使用pytorch导出的mbv2 onnx模型转为静态paddle图再进行后训练量化。量化模型可以正确生成,但运行报错:RuntimeError: (PreconditionNotMet) The number of first scale values must be the same with corresponding dimension value of Input(X) when the `Scales` has two elements, but 1280 != 1000 here....

Hi, I'm running the [prune_ldm.py](https://github.com/VainF/Diff-Pruning/blob/a3a2a2646cb89f6a977f92059ded122bda620b23/ldm_exp/prune_ldm.py), and I got the following error in Line pruner.step(). Could you please let me know how to fix it? My environment is: torch == 1.13.1...