Does everyone know how to fix this runtime error?
Philip-PKU opened this issue · 3 comments
Philip-PKU commented
n-92 commented
Go to functions.py and add the line below at the top after the imports.
torch.autograd.set_detect_anomaly(True)
n-92 commented
Also refer to this thread if you encounter one more error after executing the previous step. #108
WZLHQ commented
select pytorch version of 1.6 (maybe!)