An open API service indexing awesome lists of open source software.

https://github.com/yorkerlin/structuredngd-dl

Matrix-multiplication-only KFAC; Code for ICML 2023 paper on Simplifying Momentum-based Positive-definite Submanifold Optimization with Applications to Deep Learning
https://github.com/yorkerlin/structuredngd-dl

deep-learning fisher hessian-free kfac natural-gradients optimization-methods optimizer pytorch-implementation second-order-optimization

Last synced: 1 day ago
JSON representation

Matrix-multiplication-only KFAC; Code for ICML 2023 paper on Simplifying Momentum-based Positive-definite Submanifold Optimization with Applications to Deep Learning

Awesome Lists containing this project

README

          

PyTorch implementation of our [matrix-multiplication-only KFAC](http://github.com/yorkerlin/StructuredNGD-DL/blob/main/optimizers/local_cov.py) based on [Simplifying Momentum-based Positive-definite Submanifold Optimization with Applications to Deep Learning (ICML 2023)](https://arxiv.org/abs/2302.09738)

* Download the dataset from https://www.kaggle.com/datasets/ambityga/imagenet100
* The dataset should be saved in the [data](https://github.com/yorkerlin/StructuredNGD-DL/tree/main/data) folder (i.e., data/imagenet100/)
* You can reproduce the results on imagenet-100 by using the provided bash scripts

* Todo:
* Add code for optimization on SPD manifolds