awesome-semantic-segmentation-pytorch
awesome-semantic-segmentation-pytorch copied to clipboard
dfa_net
I have met a question, I used dfa to train my own dataset,and it proformed well training, but worse in evaluating. why? Then my input are negative, is this normal? thank you ~
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [4, 8, 256, 256]], which is output 0 of ReluBackward1, is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True)