20210510a
Changelog:
- 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 createwhl
packages for system using onlytflite-runtime
.
- Removed support for
- Utilities:
GenericDataMaker.py
: Generic Training Datamaker, customizable for different file formats in the defParam class.