ghost-free-shadow-removal
ghost-free-shadow-removal copied to clipboard
should have different BatchNorm config for training and testing?
Hi, thanks for your good job, but I have some confusion about net config. It seems that you had set the same BN layer between training and testing mode. Shouldn't we use training=True
or training=False
for BN layer, during training and testing phase respectively?