.conda_env.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
LICENSE.txt
README.md
black.toml
makefile
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/CI.yml
.github/workflows/Lint.yml
.github/workflows/python-publish.yml
cockpit/__init__.py
cockpit/cockpit.py
cockpit/context.py
cockpit/plotter.py
cockpit/instruments/__init__.py
cockpit/instruments/alpha_gauge.py
cockpit/instruments/cabs_gauge.py
cockpit/instruments/distance_gauge.py
cockpit/instruments/early_stopping_gauge.py
cockpit/instruments/grad_norm_gauge.py
cockpit/instruments/gradient_tests_gauge.py
cockpit/instruments/histogram_1d_gauge.py
cockpit/instruments/histogram_2d_gauge.py
cockpit/instruments/hyperparameter_gauge.py
cockpit/instruments/max_ev_gauge.py
cockpit/instruments/mean_gsnr_gauge.py
cockpit/instruments/performance_gauge.py
cockpit/instruments/tic_gauge.py
cockpit/instruments/trace_gauge.py
cockpit/instruments/utils_instruments.py
cockpit/instruments/utils_plotting.py
cockpit/quantities/__init__.py
cockpit/quantities/alpha.py
cockpit/quantities/bin_adaptation.py
cockpit/quantities/cabs.py
cockpit/quantities/distance.py
cockpit/quantities/early_stopping.py
cockpit/quantities/grad_hist.py
cockpit/quantities/grad_norm.py
cockpit/quantities/hess_max_ev.py
cockpit/quantities/hess_trace.py
cockpit/quantities/inner_test.py
cockpit/quantities/loss.py
cockpit/quantities/mean_gsnr.py
cockpit/quantities/norm_test.py
cockpit/quantities/ortho_test.py
cockpit/quantities/parameters.py
cockpit/quantities/quantity.py
cockpit/quantities/tic.py
cockpit/quantities/time.py
cockpit/quantities/update_size.py
cockpit/quantities/utils_hists.py
cockpit/quantities/utils_quantities.py
cockpit/quantities/utils_transforms.py
cockpit/quantities/hooks/__init__.py
cockpit/quantities/hooks/base.py
cockpit/quantities/hooks/cleanup.py
cockpit/utils/__init__.py
cockpit/utils/configuration.py
cockpit/utils/optim.py
cockpit/utils/schedules.py
cockpit_for_pytorch.egg-info/PKG-INFO
cockpit_for_pytorch.egg-info/SOURCES.txt
cockpit_for_pytorch.egg-info/dependency_links.txt
cockpit_for_pytorch.egg-info/not-zip-safe
cockpit_for_pytorch.egg-info/requires.txt
cockpit_for_pytorch.egg-info/top_level.txt
docs/Makefile
docs/requirements_doc.txt
docs/source/conf.py
docs/source/extract_instrument_previews.py
docs/source/index.rst
docs/source/_static/01_basic_fmnist.png
docs/source/_static/02_advanced_fmnist.png
docs/source/_static/03_deepobs.png
docs/source/_static/Banner.svg
docs/source/_static/LogoSquare.png
docs/source/_static/favicon.ico
docs/source/_static/instrument_preview_run.json
docs/source/_static/showcase.gif
docs/source/_static/stylefile.css
docs/source/_static/instrument_previews/Alpha.png
docs/source/_static/instrument_previews/CABS.png
docs/source/_static/instrument_previews/Distances.png
docs/source/_static/instrument_previews/EarlyStopping.png
docs/source/_static/instrument_previews/GradientNorm.png
docs/source/_static/instrument_previews/GradientTests.png
docs/source/_static/instrument_previews/HessMaxEV.png
docs/source/_static/instrument_previews/HessTrace.png
docs/source/_static/instrument_previews/Hist1d.png
docs/source/_static/instrument_previews/Hist2d.png
docs/source/_static/instrument_previews/Hyperparameters.png
docs/source/_static/instrument_previews/MeanGSNR.png
docs/source/_static/instrument_previews/Performance.png
docs/source/_static/instrument_previews/TIC.png
docs/source/api/cockpit.rst
docs/source/api/instruments.rst
docs/source/api/plotter.rst
docs/source/api/quantities.rst
docs/source/api/utils.rst
docs/source/api/automod/cockpit.instruments.alpha_gauge.rst
docs/source/api/automod/cockpit.instruments.cabs_gauge.rst
docs/source/api/automod/cockpit.instruments.distance_gauge.rst
docs/source/api/automod/cockpit.instruments.early_stopping_gauge.rst
docs/source/api/automod/cockpit.instruments.grad_norm_gauge.rst
docs/source/api/automod/cockpit.instruments.gradient_tests_gauge.rst
docs/source/api/automod/cockpit.instruments.histogram_1d_gauge.rst
docs/source/api/automod/cockpit.instruments.histogram_2d_gauge.rst
docs/source/api/automod/cockpit.instruments.hyperparameter_gauge.rst
docs/source/api/automod/cockpit.instruments.max_ev_gauge.rst
docs/source/api/automod/cockpit.instruments.mean_gsnr_gauge.rst
docs/source/api/automod/cockpit.instruments.performance_gauge.rst
docs/source/api/automod/cockpit.instruments.tic_gauge.rst
docs/source/api/automod/cockpit.instruments.trace_gauge.rst
docs/source/api/automod/cockpit.quantities.Alpha.rst
docs/source/api/automod/cockpit.quantities.CABS.rst
docs/source/api/automod/cockpit.quantities.Distance.rst
docs/source/api/automod/cockpit.quantities.EarlyStopping.rst
docs/source/api/automod/cockpit.quantities.GradHist1d.rst
docs/source/api/automod/cockpit.quantities.GradHist2d.rst
docs/source/api/automod/cockpit.quantities.GradNorm.rst
docs/source/api/automod/cockpit.quantities.HessMaxEV.rst
docs/source/api/automod/cockpit.quantities.HessTrace.rst
docs/source/api/automod/cockpit.quantities.InnerTest.rst
docs/source/api/automod/cockpit.quantities.Loss.rst
docs/source/api/automod/cockpit.quantities.MeanGSNR.rst
docs/source/api/automod/cockpit.quantities.NormTest.rst
docs/source/api/automod/cockpit.quantities.OrthoTest.rst
docs/source/api/automod/cockpit.quantities.Parameters.rst
docs/source/api/automod/cockpit.quantities.TICDiag.rst
docs/source/api/automod/cockpit.quantities.TICTrace.rst
docs/source/api/automod/cockpit.quantities.Time.rst
docs/source/api/automod/cockpit.quantities.UpdateSize.rst
docs/source/api/automod/cockpit.utils.configuration.configuration.rst
docs/source/api/automod/cockpit.utils.configuration.quantities_cls_for_configuration.rst
docs/source/api/automod/cockpit.utils.schedules.linear.rst
docs/source/api/automod/cockpit.utils.schedules.logarithmic.rst
docs/source/examples/01_basic_fmnist.rst
docs/source/examples/02_advanced_fmnist.rst
docs/source/examples/03_deepobs.rst
docs/source/introduction/good_to_know.rst
docs/source/other/changelog.rst
docs/source/other/contributors.rst
docs/source/other/license.rst
examples/01_basic_fmnist.py
examples/02_advanced_fmnist.py
examples/03_deepobs.py
examples/_utils_deepobs.py
examples/_utils_examples.py
tests/__init__.py
tests/settings.py
tests/test_bugs/test_issue5.py
tests/test_bugs/test_issue6.py
tests/test_cockpit/__init__.py
tests/test_cockpit/settings.py
tests/test_cockpit/test_automatic_call_track.py
tests/test_cockpit/test_backpack_extensions.py
tests/test_cockpit/test_multiple_batch_grad_transforms.py
tests/test_examples/__init__.py
tests/test_examples/test_examples.py
tests/test_quantities/__init__.py
tests/test_quantities/adam_settings.py
tests/test_quantities/settings.py
tests/test_quantities/test_alpha.py
tests/test_quantities/test_bin_adaptation.py
tests/test_quantities/test_cabs.py
tests/test_quantities/test_early_stopping.py
tests/test_quantities/test_grad_hist.py
tests/test_quantities/test_hess_max_ev.py
tests/test_quantities/test_hess_trace.py
tests/test_quantities/test_inner_test.py
tests/test_quantities/test_mean_gsnr.py
tests/test_quantities/test_norm_test.py
tests/test_quantities/test_ortho_test.py
tests/test_quantities/test_quantity_integration.py
tests/test_quantities/test_tic.py
tests/test_quantities/utils.py
tests/test_utils/__init__.py
tests/test_utils/test_configurations.py
tests/test_utils/test_schedules.py
tests/utils/__init__.py
tests/utils/check.py
tests/utils/data.py
tests/utils/harness.py
tests/utils/models.py
tests/utils/problem.py
tests/utils/rand.py