Skip to content

Releases: CNES/decloud

Version 1.4

23 Aug 10:03
Compare
Choose a tag to compare

Fixe multiples bugs due to breaking changes in Keras:

  • Concatenation op: tf.keras.Concatenate() has been replaced everywhere with tf.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

30 Sep 13:14
Compare
Choose a tag to compare

Bug fix related to some breaking API changes in pyotb

Version 1.2

04 Jun 10:13
Compare
Choose a tag to compare

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

04 Jun 09:56
Compare
Choose a tag to compare

First public version of decloud