Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AshdeepSingh-AMD opened this issue Oct 9, 2020 · 0 comments

Comments

@AshdeepSingh-AMD
Copy link

Traceback (most recent call last):
File "general-deep-image-completion/face-completion/demo.py", line 82, in
view = np.hstack((img, blank,recon_img[:,:,[2,1,0]]))
File "<array_function internals>", line 6, in hstack
File "/home/honey/.virtualenvs/TEST/lib/python3.6/site-packages/numpy/core/shape_base.py", line 346, in hstack
return _nx.concatenate(arrs, 1)
File "<array_function internals>", line 6, in concatenate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant