Skip to content

Releases: jgrss/cultionet

v1.7.3

16 Sep 05:38
e18e52e
Compare
Choose a tag to compare
  • Addressed Issue #63 (#63)
  • Better version dependency pinning
  • Improved handling of image resolution and height/width dimensions

v1.7.2

04 May 04:40
a0e1519
Compare
Choose a tag to compare

What changed?

  • Upgraded geowombat (#72)

v1.7.1

03 May 21:18
9debff1
Compare
Choose a tag to compare

What changed?

  • Pinned the upper version of pytorch-lightning and upgraded geowombat (#71)

v1.7.0

09 Mar 18:15
8ab9e68
Compare
Choose a tag to compare

What changed?

  • Improved and fixed issues in the ResUNet 3+ Psi architecture, which was introduced in v1.6.5
  • More flexible user arguments. The user can now specify:
    • the model architecture
    • convolution blocks
    • dilations
    • attention weights
  • Improvements in the train optimizer stability
  • Deep supervision
    • Cultionet uses the UNet 3+ style of deep supervision along three decoders
      • These are optional during training
  • Improved training efficiency using PyTorch’s parallel data loader
  • Improved inference efficiency using PyTorch’s batch loader