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'
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'