Wen-Fu Lee

Results 1 issues of Wen-Fu Lee

I wanted to observe the gradient w.r.t inputs (that is, the input image here). So, I tried to print `data['data'].grad` after `loss.backward()` below. https://github.com/uber-research/UPSNet/blob/master/upsnet/upsnet_end2end_train.py#L216 But I got an error saying...