https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L329 https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L413 But actually you have 1000 classes, why set to 1001 and then `outputs.append(x[:,1:])`
https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L329
https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L413
But actually you have 1000 classes, why set to 1001 and then
outputs.append(x[:,1:])