python multiprocessing when share a numpy array

前端 未结 0 1380
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 21:02

I want to change the value in a large numpy array partially by leveraging multiprocessing.

That is to say, I want to get [[100, 100, 100], [100, 100, 100]] in the end

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