You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpectraKeras_CNN and Spectrakeras_MLP are available directly from the command line.
29
29
NOTE: The Utilities in the `Utilities` folder are not included in the package, and can be run locally as needed.
@@ -50,7 +50,7 @@ This software requires Python (3.9 or higher). It has been tested with Python 3.
50
50
pydot
51
51
graphviz
52
52
h5py
53
-
tensorflow (>=2.12)
53
+
tensorflow (>=2.13)
54
54
55
55
In addition, these packages may be needed depending on your platform (via ```apt-get``` in debian/ubuntu or ```port``` in OSX):
56
56
@@ -62,9 +62,9 @@ These are found in Unix based systems using common repositories (apt-get for Deb
62
62
[TensorFlow](https://www.tensorflow.org) is needed only if flag is activated. Instructions for Linux and MacOS can be found in [TensorFlow installation page](https://www.tensorflow.org/install/). Pip installation is the easiest way to get going. Tested with TensorFlow 2.x (2.15 or higher preferred). TF 2.15 is the currently supported release.
63
63
64
64
Inference can be carried out using the regular tensorflow, or using [tensorflow-lite](https://www.tensorflow.org/lite/) for [quantized models](https://www.tensorflow.org/lite/performance/post_training_quantization). Loading times of tflite (direct or via [tflite-runtime](https://www.tensorflow.org/lite/guide/python)) are significantly faster than tensorflow with minimal loss in accuracy. SpectraKeras provides an option to convert tensorflow models to quantized tflite models. TFlite models have been tested in Linux x86-64, arm7 (including Raspberry Pi3) and aarm64, MacOS, Windows.
65
-
To use quantized models, TF 2.3 or higher is recommended.
65
+
To use quantized models, TF 2.13 or higher is recommended.
66
66
67
-
Inference using the [Coral EdgeTPU](https://coral.ai/)[tensorflow-lite](https://www.tensorflow.org/lite/) requires the [libedgetpu](https://github.com/google-coral/libedgetpu) libraries compatible with the supported and current version of `tflite-runtime` (version 2.15.0 or less), which is also required (Instructions and binaries can be found [here](https://github.com/feranick/TFlite-builds). More information on installation of such libraries at [Coral EdgeTPU](https://coral.ai/).
67
+
Inference using the [Coral EdgeTPU](https://coral.ai/)[tensorflow-lite](https://www.tensorflow.org/lite/) requires the [libedgetpu](https://github.com/google-coral/libedgetpu) libraries compatible with the supported and current version of `tflite-runtime` (version v2.13.0 or hiigher, v2.16.1 recommended), which is also required (Instructions and binaries can be found [here](https://github.com/feranick/TFlite-builds). More information on installation of such libraries at [Coral EdgeTPU](https://coral.ai/).
0 commit comments