Numpy数据类型报错:FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated...
python为3.7.4,numpy为1.17.0,tensorflow为1.14.0运行importtensorflowastf之后,出现如下错误。错误在dtypes.py文件中(第541行),使用(type,1)或者'1type'作为类型代名词的方式已被弃用;在numpy的未来版本中,将会被理解成(type,(1,))或者'(1,)type'。解决这个问题的方法是:将_np_qint8=np.