Skip to content

grasp-lyrl/sloppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40a8f55 · Jun 21, 2022

History

7 Commits
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Jun 21, 2022
Dec 14, 2021

Repository files navigation

Implementation of Does the Data Induce Capacity Control in Deep Learning? (ICML 2022)

Set Up

Install backpack package https://github.com/f-dangel/backpack

pip3 install backpack-for-pytorch

Usage

Experiments calculating eigenvalues, eigenvectors, overlaps and analytical PAC-Bayes bounds: exp_all.ipynb

Experiments on random datasets: random sloppy.ipynb

Experiments calculating PAC-Bayes bounds:

Fully-connected net, reproduction of https://arxiv.org/abs/1703.11008

python bayes1.py --num_neurons 600 --num_layers 2

Fully-connected net, Method2:

python bayes_kfac1.py --num_neurons 600 --num_layers 2

Fully-connected net, Method3:

python bayes_kfac2.py --num_neurons 600 --num_layers 2

Fully-connected net, Method4:

python bayes_kfac.py --num_neurons 600 --num_layers 2

LENET, reproduction of https://arxiv.org/abs/1703.11008

python bayes2.py 

LENET, Method2:

python bayes_proj.py --method method2

LENET, Method3:

python bayes_proj.py --method method3

LENET, Method4:

python bayes_proj_prior.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published