Skip to content

v1.2

Choose a tag to compare

@romeokienzler romeokienzler released this 08 Jan 12:41
· 611 commits to main since this release

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