Closed vehxianfish closed 3 years ago
I have solved it,Thank you!
I got the same error. Do you remember what's the reason for this? Thank you very much!
Changing .unsqueeze_(-1) to .unsqueeze(-1) solved this, Only happens in yg and rg, so weird.
Changing .unsqueeze_(-1) to .unsqueeze(-1) solved this, Only happens in yg and rg, so weird.
Sorry,so later to reply you.I only remember the reastion.because pytorch version has changed a lot.you should use alternative operations.
Hi,thanks for your greak job .I use 3090 to run the program.But errors always occurs: In code:
the errors :
and only
yg,rg
have this error,xg,wg,lg
don not have errors.it confused me a lot. My lib version:anyone meet this question?Thank you!