How to deal with a single channel image
Sorry to bother you, I saw how to deal with grayscale images, but could you tell me how to deal with single-channel images?I don't want to convert a single-channel image to a 3-channel image because I'm afraid that the results I get will be impressed by the number of channels. Thank you very much
I've changed nc_z and training.py ,right?
you should change nc_im to 1
ohhhhhhhh,thank you so much for your reply, I have solved this problem.

哦,非常感谢您的答复,我已经解决了这个问题。
How do you solve the problem of single channel image input training?
Sorry to bother you, I saw how to deal with grayscale images, but could you tell me how to deal with single-channel images?I don't want to convert a single-channel image to a 3-channel image because I'm afraid that the results I get will be impressed by the number of channels. Thank you very much
What is the difference between a grayscale and a single channel image ?