adaptive-style-transfer
adaptive-style-transfer copied to clipboard
ImportError: cannot import name 'imread'
Hello,
After installation, I ran test.py and got ImportError: cannot import name 'imread'
After googling, it seems that 'imread' has been deprecated from scipy. I currently have have 1.4.1 installed.
I tried installing an older version of scipy that supported 'imread' but then I got an error from tensorlayer saying that it required scipy>=1.2.1.
Any help would be appreciated, thanks.
pip install scikit-image, scipy ?