We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In celebA project,
ax[i, j].imshow((test_images[k].cpu().data.numpy().transpose(1, 2, 0) + 1) / 2)
is there any reason for you to make the image (value +1)/2?
Activity