You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when running this command python ./discogan/image_translation.py --task_name='facescrub' i have this error:
Traceback (most recent call last): File "./discogan/image_translation.py", line 314, in <module> main() File "./discogan/image_translation.py", line 139, in main test_B = read_images( test_style_B, None, args.image_size ) File "/home/lafi/Desktop/DiscoGAN-master/discogan/dataset.py", line 53, in read_images images = np.stack( images ) File "/usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.py", line 350, in stack raise ValueError('need at least one array to stack') ValueError: need at least one array to stack
If you suspect this is an IPython bug, please report it at: https://github.com/ipython/ipython/issues or send an email to the mailing list at [email protected] You can print a more detailed traceback right now with "%tb", or use "%debug" to interactively debug it. Extra-detailed tracebacks for bug-reporting purposes can be enabled via: %config Application.verbose_crash=True
The text was updated successfully, but these errors were encountered:
Hello,
when running this command
python ./discogan/image_translation.py --task_name='facescrub'
i have this error:Traceback (most recent call last): File "./discogan/image_translation.py", line 314, in <module> main() File "./discogan/image_translation.py", line 139, in main test_B = read_images( test_style_B, None, args.image_size ) File "/home/lafi/Desktop/DiscoGAN-master/discogan/dataset.py", line 53, in read_images images = np.stack( images ) File "/usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.py", line 350, in stack raise ValueError('need at least one array to stack') ValueError: need at least one array to stack
If you suspect this is an IPython bug, please report it at:
https://github.com/ipython/ipython/issues or send an email to the mailing list at [email protected] You can print a more detailed traceback right now with "%tb", or use "%debug" to interactively debug it. Extra-detailed tracebacks for bug-reporting purposes can be enabled via: %config Application.verbose_crash=True
The text was updated successfully, but these errors were encountered: