You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ppq/executor/op/torch/default.py" , line 959
new_axes = [ x if x >= 0 else len(data.dim()) + x for x in axes]
TypeError: object of type 'int' has no len()
貌似是slice的axis为-1时产生的问题
The text was updated successfully, but these errors were encountered:
当使用ppq量化onnx模型时产生报错:
貌似是slice的axis为-1时产生的问题
The text was updated successfully, but these errors were encountered: