TypeError: Mismatch between array dtype ('object') and format specifier ('%.18e')

前端 未结 4 3292
Happy的楠姐
Happy的楠姐 2020-12-29 04:36

I have the following array:

X = np.array([image_array_to_vector1,image_array_to_vector2,image_array_to_vector3,image_array_to_vector4])

A p

4条回答
  •  旧时难觅i
    2020-12-29 05:13

    For me error occurred when using an older conda environment which had numpy=1.13.1.

    Updating to numpy=1.16.2 gave no such errors.

提交回复
热议问题