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: operands could not be broadcast together with shapes #54

Open
buffstop opened this issue Dec 3, 2016 · 0 comments
Open

Comments

@buffstop
Copy link

buffstop commented Dec 3, 2016

Running:

python neural_artistic_style.py --subject example_content_image.png --style example_style_image.jpeg

under OSX 10.11.6 , I get this error:

CUDArray: CUDA back-end not available, using NumPy. Traceback (most recent call last): File "neural_artistic_style.py", line 138, in <module> run() File "neural_artistic_style.py", line 103, in run subject_img = imread(args.subject) - pixel_mean ValueError: operands could not be broadcast together with shapes (584,600,4) (1,1,3)

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