imdeepmind / processed-imdb-wiki-dataset

Processes IMDB WIKI dataset ready to be used in any projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the stacking

adtrombley opened this issue · 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