I get the following error for 13-DCGAN program:
(base)@blackhole:$ python main.py
Traceback (most recent call last):
File "main.py", line 5, in
from scipy.misc import toimage
ImportError: cannot import name 'toimage' from 'scipy.misc' (/home/csverma/Disk/Software/Anaconda3/lib/python3.7/site-packages/scipy/misc/init.py)
Hello,
I get the following error for 13-DCGAN program: (base)@blackhole:$ python main.py Traceback (most recent call last): File "main.py", line 5, in
from scipy.misc import toimage
ImportError: cannot import name 'toimage' from 'scipy.misc' (/home/csverma/Disk/Software/Anaconda3/lib/python3.7/site-packages/scipy/misc/init.py)