Closed themightyoarfish closed 5 years ago
https://github.com/noahgolmant/pytorch-hessian-eigenthings/blob/12741ff90c451214fb83913da2bf93fbacda20b0/hessian_eigenthings/tracking.py#L72
I think you forgot to init self.power_iter_steps in the initialiser.
self.power_iter_steps
https://github.com/noahgolmant/pytorch-hessian-eigenthings/blob/12741ff90c451214fb83913da2bf93fbacda20b0/hessian_eigenthings/tracking.py#L72
I think you forgot to init
self.power_iter_steps
in the initialiser.