Releases: f-dangel/backpack
Releases · f-dangel/backpack
Version 1.7.1
Version 1.7.0
For details, see the changelog.
Version 1.6.0
See the changelog for details
Version 1.5.2
For details, refer to the changelog
.
Version 1.5.1
For details, refer to the changelog
.
Version 1.5.0
For details see the changelog.
Version 1.4.0
See the changelog for details.
Version 1.3.0
See the changelog for details.
1.2.0
Added
- Deprecated
python3.5
, tested compatibility with PyTorch 1.6.0 [PR] - Support first-order extensions for
Conv1d
,Conv3d
,
ConvTranspose1d
,ConvTranspose2d
,ConvTranspose3d
- New example: Backpropagating through BackPACK quantities [commit]
- New extensions in API: Block-diagonal curvature products
Fixed
- Add missing
zero_grad
in the diagonal GGN second-order optimization example [PR]
Internal
1.1.1
Added
- Improved documentation, moved to ReadTheDocs [PR1, PR2, PR3]
- Tested compatibility with PyTorch 1.5.0.
- Support 2nd-order backprop for vectors in
MSELoss
[PR] - Sanity checks to raise warnings if the following are used.
inplace
modification [PR],
unsupported loss parameters [PR],
custom losses in 2nd-order backpropagation [PR]
Fixed
- Removed
opt_einsum
dependency [PR] - Missing implementations and wrong backpropagation of KFRA for
Conv2d
,MaxPool2d
, andAvgPool2d
[PR] - Remove
try_view
and usereshape
to use PyTorch 1.4.0 improvements [PR]
Internal
- Docstring style [PR]