dgcnz / dl2

Code for "Effect of equivariance on training dynamics"
1 stars 0 forks source link

Create script that takes wandb checkpoint and creates/uploads hessian spectra plot #37

Closed dgcnz closed 1 month ago

dgcnz commented 1 month ago

Description

Port nesta's code into something readable, please.

Create a script experiments/plot_hessian.py that takes as inputs the dataset, model and training parameters (in the form of config.yaml or cmd arguments) downloads the artifacts from wandb, creates plot and uploads to wandb

Nesta-gitU commented 1 month ago

I decided to instead return a dict with hessian values as a file. You can then plot them yourself how you like