Open TKassis opened 5 years ago
Similar problem here. I am using 4-channel image and get an error message: ValueError: Trying to share variable generator_A/conv/conv2d/kernel, but specified shape (7, 7, 3, 64) and found shape (7, 7, 4, 64).
Did you solve the problem? what if the input is 4-channel and output is 1-channel?
Similar problem here. I am using 4-channel image and get an error message: ValueError: Trying to share variable generator_A/conv/conv2d/kernel, but specified shape (7, 7, 3, 64) and found shape (7, 7, 4, 64).
Did you solve the problem? what if the input is 4-channel and output is 1-channel?
I have not. Just been using 3 channels instead.
Is there an error in the train phase?
Same problems, in training Code.
Trying to train on single-channel grayscale images using '--img_ch 1' argument during training but I get the following error immediately after starting training: