You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In main.py at line 504, the code fim[name] += (module.weight.grad * module.weight.grad) is encountering a NoneType error during computation. Could you please explain why this might be happening?