tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.

检查一下numpy的版本,需要降级: pip install numpy<1.17

相关文章:

  • 2021-09-18
  • 2022-12-23
  • 2021-06-30
  • 2022-01-02
  • 2021-10-29
  • 2021-07-24
  • 2022-12-23
  • 2021-04-14
猜你喜欢
  • 2022-12-23
  • 2021-07-10
  • 2021-12-28
  • 2021-11-21
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
相关资源
相似解决方案