MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

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

Open SpinachR opened 6 years ago

SpinachR commented 6 years ago

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?