Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

bug in resnet.py #16

Open
zijunwei opened this issue Oct 9, 2016 · 1 comment
Open

bug in resnet.py #16

zijunwei opened this issue Oct 9, 2016 · 1 comment

Comments

@zijunwei
Copy link

zijunwei commented Oct 9, 2016

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
Copy link

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

I think so too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants