Skip to content

Releases: seung-lab/torchfields

Incorporate changes from PyTorch 1.3.0 and allow non-square fields

01 Nov 21:29

Choose a tag to compare

This release takes advantage of the new align_corners=False option in PyTorch's grid_sample() and affine_grid() functions, introduced in PyTorch 1.3.0.
It no longer maintains compatibility with versions of PyTorch prior to 1.3.0.

Additionally, displacement fields can now be rectangular (non-square) without causing issues.

Fix issues with training using inverse()

04 Sep 00:57

Choose a tag to compare

v0.0.4

Prevent producing NaN in inverse backward pass

Change ndim to ndimension() to support wider range of PyTorch versions

09 Aug 05:50

Choose a tag to compare

v0.0.3

Change ndim to ndimension() to support wider range of PyTorch versions

Rerelease with fix for affine_field

09 Aug 05:23

Choose a tag to compare

v0.0.2

[Fix] affine_field incorrect dimensions bug

First public release of torchfields

09 Aug 02:58

Choose a tag to compare

v0.0.1

[Fix] inverse not working on cpu