processed-imdb-wiki-dataset icon indicating copy to clipboard operation
processed-imdb-wiki-dataset copied to clipboard

Issue with the stacking

Open adtrombley opened this issue 4 years ago • 0 comments

Everything runs perfect up to this point - any ideas what could cause this?

final_imdb = np.vstack((imdb_age, imdb_genders, imdb_path, imdb_face_score1, imdb_face_score2)).T Traceback (most recent call last):

File "", line 1, in final_imdb = np.vstack((imdb_age, imdb_genders, imdb_path, imdb_face_score1, imdb_face_score2)).T

File "<array_function internals>", line 6, in vstack

File "/Users/austintrombley/opt/anaconda3/lib/python3.7/site-packages/numpy/core/shape_base.py", line 283, in vstack return _nx.concatenate(arrs, 0)

File "<array_function internals>", line 6, in concatenate

ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 10 and the array at index 1 has size 460723

adtrombley avatar Jan 20 '21 10:01 adtrombley