ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

bug in resnet.py #16

Open zijunwei opened 8 years ago

zijunwei commented 8 years ago

line 283 of resnet.py , should it be weight_decay=FC_WEIGHT_DECAY) ?

Also, it might be better for each variable_scope, for example: with tf.variable_scope('scale1'): add resue flag at the end with tf.variable_scope('scale1', resue = not is_training):

ameliajimenez commented 7 years ago

line 283 of resnet.py , should it be weight_decay=FC_WEIGHT_DECAY) ?

I think so too