2dtan
2dtan copied to clipboard
get nan in loss while running tacos dataset
hi,I run you config my environment with your instructions, and got torch==1.6.0. when running tocas dataset , the loss is nan. But, I can run activatynet dataset normally. Do you know the reason?
Maybe you can try using pytorch==1.4.0 or pytorch==1.2.0
Maybe you can try using pytorch==1.4.0 or pytorch==1.2.0
nan doesn‘t disappear in pytorch==1.4.0, and I can't configure pytorch==1.2.0.
sorry, I haven't had this problem either.
You can check whether there is a /0 or 0/0 in your code, which will cause nan, and the final loss does not converge
hi,I run you config my environment with your instructions, and got torch==1.6.0. when running tocas dataset , the loss is nan. But, I can run activatynet dataset normally. Do you know the reason?
Hi, has you solved the problem? I meet the same problem.