You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
很奇怪按照您发的代码和数据集,首先读取数据就会报错:
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
The text was updated successfully, but these errors were encountered:
很奇怪按照您发的代码和数据集,首先读取数据就会报错:
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
The text was updated successfully, but these errors were encountered: