Skip to content

v2024.10.08.1

Latest
Compare
Choose a tag to compare
@feranick feranick released this 08 Oct 20:41
· 5 commits to master since this release

Changelog:

  1. SpectraKeras:
    • Updated TF model definitions to current TF recommendations.
    • Keras v3 models are now saved with a .keras extension.
    • Added compatibility with TensorFlow v2.17.0+ and Keras v3, including conversion to .tflite.
    • Remove double saving models during training.
    • Fix loading of models during quantization for TF<2.16.0
    • Fix compatibility in opening/saving models in keras 3.
    • Fix discrepancy in visualization of accuracy/mae between keras 2 and 3.
    • Show Keras version at the end of run (alongside TF version).
  2. Utilities
    • Multi2SingleLine: Now accepts either files or directly text as input.
    • ConvertToTFLiteK3: Updated for compatibility with TensorFlow v2.17.0+ and Keras v3.
    • ValidFileMaker: Added support both csv and txt. Bug fixes.
    • *DataMakers: Fix crash on any of the DataMakers when data begins with value "0.000".