Skip to content

20210510a

Compare
Choose a tag to compare
@feranick feranick released this 13 May 18:17
· 170 commits to master since this release

Changelog:

  1. SpectraKeras
    • Removed support for tensorflow 1.x. Minimum version of TF:
      • TF 2.0 if using TensorFlow proper
      • TF 2.3 if using quantization for TFLite and Coral.
    • Added new setup-tflite.py to create whl packages for system using only tflite-runtime.
  2. Utilities:
    • GenericDataMaker.py: Generic Training Datamaker, customizable for different file formats in the defParam class.