Closed luisfredgs closed 2 years ago
Hey Luis, I see you marked this as closed. Can you comment the fix in case others face the same issue?
I made a mistake when applying some customizations on load_lanl.py that resulted in that bug. Then, I restored the code and it was solved :-).
Hello. Thank you for sharing your work with us. I'm facing an error when trying to run with param "-i PRED" on LANL dataset. I guess the error
RuntimeError: requires_grad not set on root
suggest we shall setrequires_grad=True
oneuler_predictor.py
when calculating the loss. I'm not sure. Can you help me?The command:
$ python run.py -t 5 -d 0.5 -e SAGE -r LSTM -i PRED
The output and error:
My environment: