Releases: CNES/decloud
Releases · CNES/decloud
Version 1.5
Fix a bug in meraner u-net model (extra residual connection in last layer)
Version 1.4
Fixe multiples bugs due to breaking changes in Keras:
- Concatenation op:
tf.keras.Concatenate()
has been replaced everywhere withtf.concat
- Metrics didn't work anymore at training time with latest Keras versions
- Missing one output key in meraner unet all bands network
Version 1.3
Bug fix related to some breaking API changes in pyotb
Version 1.2
Version 1.2, 4 june 2022
- Fixed #5 (load/save checkpoint with keras callbacks)
- Documentation improvement
- Fix various paths handling
- f-string formatting to avoid string concatenation mistakes
Version 1.0
First public version of decloud