Skip to content

Releases: terrastackai/terratorch

v1.2.4

08 Mar 23:13
8420989

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.4

v1.2.1-hotfix

08 Jan 12:42

Choose a tag to compare

Full Changelog of hotfix: v1.2...v1.2.1

v1.2.2

11 Feb 15:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2

08 Jan 12:41

Choose a tag to compare

What's Changed

This update fixes issues in how padding is handled by PixelWiseModel's forward method, by moving automatic padding from bottom right to all corners, with the important caveat that this change is not backward compatible with TerraTorch versions prior to 1.2. This means that models must be re-trained or fine-tuned with TerraTorch ≥ 1.2 for inference, if the model was trained using padding (training image size not divisible by 2 * patch size, i.e. 32 pixels for most models).

For more technical details, see Issue #1079

New Contributors

Full Changelog: v1.1.1...v1.2

v1.1.1

14 Nov 17:04
0251647

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1...v1.1.1

v1.1

24 Sep 21:45
2b436b2

Choose a tag to compare

What's Changed

Read more

1.0.2

15 May 15:11
a663a6a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Apr 09:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0...1.0.1

1.0

28 Mar 20:03

Choose a tag to compare

1.0

What's Changed

New Contributors

Full Changelog: 0.99.9...1.0

0.99.9post1

14 Mar 15:43
63a4b12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.99.9...0.99.9post1