ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
139 stars 19 forks source link

实验损失 #41

Open computerManAlan opened 2 years ago

computerManAlan commented 2 years ago

想问问大佬,最后的损失值大概为多少呢

computerManAlan commented 2 years ago

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [5, 768, 13, 13]], which is output 0 of CatBackward, 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).训练后10个epoch会出现这个错误怎么解决呢