CNN_PyTorch_Beginner
CNN_PyTorch_Beginner copied to clipboard
RuntimeError
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [64, 500]], which is output 0 of ReluBackward0, is at version 1; expected version 0 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True). 请问使用的pytorch是什么版本的?