I am new to deep learning and I get the following error when I try to run the command for image style transfer given in a tutorial I am using to learn.
python evaluate.py --checkpoint ./rain-princess.ckpt --in-path <path_to_input_file> --out-path ./output_image.jpg
I have scipy 1.1.0 installed. (downgraded to fix the issues AttributeError: module 'tensorflow' has no attribute 'imread').
I have Tensorflow installed. I have pillow installed.
Please note that I do not have the knowledge to edit any file, I am just copying the commands to see how it executes.