Failed to convert a NumPy array to a Tensor (Unsupported numpy type: NPY_INT)
复现论文时候出现的报错
NPY_INT这个类型不符合要求
https://github.com/mahdikherad/RS_Deep_graph代码地址