Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
Skip connections?
Hello, it's great work showing how to use conv_transpose. Do you think the skip connections between encoder layer and decoder layer help? Some papers use it others not (your case). What's your opinion?
I think it is helpful regarding to training speed(converge faster). In my experiment its didn't improve overall performance a lot. Maybe you can use unpooling instead? although current tensorflow doesn't have GPU support for such operation :(
Me too I also find that skip connections don't help. It's unresponsible for the papers talk about it. Just a waste of our time.