np.array时报错内存溢出,检查了python安装的是64位版本,通过下面dtype=np.uint8不再报错
texts_vec = (np.array(texts_vec,dtype=np.uint8))

相关文章:

  • 2021-05-26
  • 2022-02-05
  • 2021-10-24
  • 2021-09-21
  • 2021-06-29
  • 2022-12-23
  • 2021-12-08
  • 2021-12-10
猜你喜欢
  • 2021-07-03
  • 2021-11-23
  • 2022-01-14
  • 2021-07-25
  • 2021-09-22
  • 2021-07-01
  • 2022-01-15
相关资源
相似解决方案