nngeometry
nngeometry copied to clipboard
{KFAC,EKFAC,Diagonal,Implicit} Fisher Matrices and finite width NTKs in PyTorch
Hi, Thank you for your great work. That is amazing! Is there 'regression' option in FIM_MonteCarlo?
Hello, I am trying to use BatchNormalization in my network trained on CIFAR. The network has about 50,000 parameters and I want to use the KFAC representation in order to...
Hey Thomas – Thank you for creating this terrific package! I am wondering what should be the correct way to compute FIM when we use multiple GPUs with `nn.DataParallel()` to...
I am trying to get the eigenspectrum of the Fisher of my neural network using the `compute_eigendecomposition()` and `get_eigendecomposition()` methods in the KFAC implementation, but I am having trouble intepreting...
First of all great library, I've always been looking for some ways to get jacobians and fisher information matrices for my PyTorch models. While the library is fine with my...
Hello, I am calculating the EK-FAC representation on the linear layers of a model with an embedding layer. The inputs are integers which are lookup values and therefore should not...