ColorGAN icon indicating copy to clipboard operation
ColorGAN copied to clipboard

meet error when pridict all

Open MCredbear opened this issue 5 years ago • 0 comments

here is my log: Traceback (most recent call last): File "pix2pix_recon.py", line 431, in gan.predictAllConc() File "pix2pix_recon.py", line 380, in predictAllConc image = Image.fromarray(conFinal.astype('uint8'), 'RGB') AttributeError: 'list' object has no attribute 'astype'

MCredbear avatar Oct 02 '20 16:10 MCredbear