junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test images for channel problems

duke023456 opened this issue · comments

commented

Train with single-channel images, set input_NC and output_NC to 1, but test to get three-channel images. How to get a single channel test picture.

Have you set the output_nc as 1 for your test script?