Closed Yuxiang1990 closed 5 years ago
That's a good question and I was not able to fully understand it.
We know Dropout and BN works different in training and test phase, but somehow, in test phase the results are not congruent.
tks for your reply. through experience, i exclude the dropout effect. there is some special with your training process? i am really confused and curious.
BatchNormalization in this case my be called instance normalization because the batch size is small. I don't know if we change from instance to dataset normalization the results change so much.
i got it, tks
guys, I tried to replace BN in the model with Instance norm from this implementation, turns out I can get the same output when I don't set learning phase to 1. But this leads me to wonder what do you get in validation phase during training.
I'm not working on this anymore. I can try to run some experiments on my spare time but I don't know when.
Hi, may I have your help? in run_single_segmentation.py, when set K.set_learning_phase(0), get bad result.tks.