很奇怪按照您发的代码和数据集,首先读取数据就会报错:
IndexError: list index out of range
这个改完之后,数据读取后又会报错:
File "/home/zhu/glyce-master/glyce/utils/render.py", line 107, in pad_mask
return np.array(padded_mask)[: fontsize + 1, : fontsize + 1]
IndexError: too many indices for array
很奇怪按照您发的代码和数据集,首先读取数据就会报错: IndexError: list index out of range 这个改完之后,数据读取后又会报错: File "/home/zhu/glyce-master/glyce/utils/render.py", line 107, in pad_mask return np.array(padded_mask)[: fontsize + 1, : fontsize + 1] IndexError: too many indices for array