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
File "D:\MyResource\transport\aichess\zip_array.py", line 51, in zip_array
return np.array(zip_res)
^^^^^^^^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (123,) + inhomogeneous part.
要在返回的地方加一个return np.array(zip_res, dtype=object)
The text was updated successfully, but these errors were encountered:
File "D:\MyResource\transport\aichess\zip_array.py", line 51, in zip_array
return np.array(zip_res)
^^^^^^^^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (123,) + inhomogeneous part.
要在返回的地方加一个return np.array(zip_res, dtype=object)
The text was updated successfully, but these errors were encountered: