Skip to content

EPFL-LCN/pub_simsek2021_icml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Geometry of the Loss Landscape in Overparameterized Neural Networks: Symmetries and Invariances

This is the code to reproduce the figures in Geometry of the Loss Landscape in Overparameterized Neural Networks: Symmetries and Invariances, Berfin Şimşek, François Ged, Arthur Jacot, Francesco Spadaro, Clément Hongler, Wulfram Gerstner, Johanni Brea

Install dependencies

Download this code base, open a Julia REPL and do:

julia> using Pkg
julia> Pkg.activate("path/to/this/project")
julia> Pkg.instantiate()

Training

In a terminal run

export PARALLEL=
julia scripts/training1.jl
julia scripts/training3.jl
julia scripts/training_g.jl

Uncomment the first line, if you do not want to use multiple cores.

Plotting

julia scripts/fig1.jl
julia scripts/fig5.jl

For the Figure 8 in the appendix run

julia scripts/mnist.jl

This script will take quite a bit of time to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%