examples
examples copied to clipboard
TensorFlow examples
Removed dead links from examples/speech commands on android as Speech command does not have any android instruction.
Updated audio classification example for IOS 1. Broken link fixed. 2. Platform version updated from 9 to 12.
make the android assets directory before copy over the tflite model flatbuffer file to avoid "No such file or directory" error
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
The example for pose estimation can now be build with the newest android studio
tensorflow version:2.16.1 python version:3.11.4 **- densenet** 1. path:examples/tensorflow_examples/models/densenet 2. command:python densent_test.py 3. problem:TypeError: AveragePooling2D.__init__() missing 1 required positional argument: 'pool_size' 4. change:change the line "self. avg_pool = tf.keras.layers.AveragePooling2D(data_format=data_format)" in the...