tensorflow-fcn icon indicating copy to clipboard operation
tensorflow-fcn copied to clipboard

The weight decay (the regularization loss) is not applied for the fc_layer and upscore_layer

Open SpinachR opened this issue 5 years ago • 0 comments

Hello! I found that in fcn8s_vgg.py. The weight decay loss is not added into tf.GraphKeys.REGULARIZATION_LOSSES, since you specify another collection name.

I would like to know if this will affect the final results?

SpinachR avatar Aug 03 '18 08:08 SpinachR