Fix the invalid syntax issue with numpy.linalg.norm()

后端 未结 0 1691
醉梦人生
醉梦人生 2020-12-24 09:45

I have the following error with numpy.linalg.norm()

m = np.array([[1,2,3,4]])
print numpy.linalg.norm(x)

I get the following error:

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题