Thanks a lot for your code. It's very useful. Now I have an issue about applying it on grayscale image. I change the input channel, however get the error: " Trying to share variable network/encode_1_conv/weights, but specified shape (3, 3, 3, 8) and found shape (3, 3, 1, 8)."
How does that happen? Where do I need to change when I want to apply on image with different channel.
Hi @loliverhennigh ,
Thanks a lot for your code. It's very useful. Now I have an issue about applying it on grayscale image. I change the input channel, however get the error: " Trying to share variable network/encode_1_conv/weights, but specified shape (3, 3, 3, 8) and found shape (3, 3, 1, 8)."
How does that happen? Where do I need to change when I want to apply on image with different channel.
Look forward to your reply!