As the error indicates, NumPy arrays aren't hashable. You can turn them to tuples, which are hashable and build a collections.
確定! 回上一頁