e-lab / pytorch-demos

84 stars 25 forks source link

decode part code #1

Open liuhengli opened 6 years ago

liuhengli commented 6 years ago

I have some questions about the two line code r = residuals[-(i+1)] x = d(x) Should it be r = residuals[-(i+1)] x = d(x + r)

codeAC29 commented 6 years ago

@liuhengli can you please link the line number or tell us which script you are having trouble with?

liuhengli commented 6 years ago

@codeAC29 Sorry, This is my mistake. This scrip is 'face-keypoint/models/linknet.py', and the line number is 84.