PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

修复使用norm时len(axis)=2且p!=None的情况

Open zbt78 opened this issue 1 year ago • 1 comments

norm中len(axis)=2且p!=None时原先计算的是向量范数,norm升级后出现不兼容,现在直接调用paddle.linalg.vector_norm实现相应功能。

zbt78 avatar Feb 04 '24 08:02 zbt78

hello,这个可以revieew一下吗~

zbt78 avatar Mar 10 '24 09:03 zbt78