Open dsm-72 opened 1 year ago
I think more proper modification would be:
a_, b_ = torch.linalg.eig(T)
eigen_list = a_.real
weight_list = b_.real[0,:]**2
according to the source code. It would be nice if the author can fix this. But i think this repo is no longer maintained.
Hello, you must change these codes in 'hessian.py' line 275: