f-dangel / backpack

BackPACK - a backpropagation package built on top of PyTorch which efficiently computes quantities other than the gradient.
https://backpack.pt/
MIT License
555 stars 55 forks source link

Website example not working. #223

Closed Felix-Petersen closed 1 year ago

Felix-Petersen commented 2 years ago

Hi,

the examples (diagonal and KFAC) on the website (https://backpack.pt/) are not working. I believe they are meant for a prior version.

Best Felix

f-dangel commented 2 years ago

Hi,

thanks for reporting this problem (related to https://github.com/fKunstner/backpack-discuss/issues/65). I confirm the mentioned example does not work.

Check out this example which should work.

f-dangel commented 1 year ago

Fixed by #298. Closing.