log0 / neural-style-painting

Implementing of the "A Neural Algorithm of Artistic Style"
236 stars 100 forks source link

Invalid arguments #8

Closed songsammy closed 5 years ago

songsammy commented 6 years ago

Traceback (most recent call last): File "D:\py\neural-style-painting\ac.py", line 274, in content_image = load_image(CONTENT_IMAGE) File "D:\py\neural-style-painting\ac.py", line 66, in load_image image = scipy.misc.imread(path) AttributeError: module 'scipy.misc' has no attribute 'imread'

impactcolor commented 5 years ago

Same error... Did you fix this? @songsammy

impactcolor commented 5 years ago

Never mind error is because it requires pillow @songsammy

songsammy commented 5 years ago

ThankU