Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in function get_1x_lr_params_NOscale #18

Open
wheatdog opened this issue Oct 8, 2018 · 0 comments
Open

Problem in function get_1x_lr_params_NOscale #18

wheatdog opened this issue Oct 8, 2018 · 0 comments

Comments

@wheatdog
Copy link

wheatdog commented Oct 8, 2018

Pytorch-Deeplab/train.py

Lines 129 to 135 in 89a49c2

for i in range(len(b)):
for j in b[i].modules():
jj = 0
for k in j.parameters():
jj+=1
if k.requires_grad:
yield k

I think this part of code is wrong since it will yeild same parameters multiple times.

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

No branches or pull requests

1 participant