AttributeError: module 'cupy' has no attribute 'append'

后端 未结 0 1059
别那么骄傲
别那么骄傲 2020-12-17 01:13

What am I doing wrong?

x = cp.array([1,3,5])
x = cp.append(x,1)
x


AttributeError: module \'cupy\' has no attribute \'append\'

https://docs.

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