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' _np_qint8 = np.dtype([("qint8", np.int8, 1)])
只要按开第一个链接,直接修改里面的源代码就好了
把里面_np_qint8=np.dtype(["qint8",np.int8,1]) 类似的数据类型的定义,里面的 " ,1 " 去掉,然后重新运行一下就OK了