All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
1.0.2 - 2021-10-26
- Added references to a separate experiment repository that publishes the code for all experiments shown in the paper.
- Protects the
batch_grad
field in the case where non-SGD is used together with other quantities that freebatch_grad
for memory performance. [#5, PR]
1.0.1 - 2021-10-13
From this version on, cockpit
will be available as cockpit-for-pytorch
on
PyPI.
- Make library
pip
-installable ascockpit-for-pytorch
[PR] - Require BackPACK main release [PR]
- Added a
savename
argument to theCockpitPlotter.plot()
function, which lets you define the name, and now thesavedir
should really only describe the directory. [PR, Fixes #8] - Added optional
savefig_kwargs
argument to theCockpitPlotter.plot()
function that gets passed to thematplotlib
functionfig.savefig()
to, e.g., specify DPI value or use a different file format (e.g. PDF). [PR, Fixes #10]
1.0.0 - 2021-04-30
- First public release version of Cockpit.