From 13823a9ab5b0b30b7af5bb1c5a9ad40485629cf8 Mon Sep 17 00:00:00 2001 From: Idriss Chaouch Date: Thu, 28 Sep 2023 11:07:20 +0100 Subject: IVGCVSW-7954 Upgrade ArmNN to TensorFlow v2.14.0 from v2.14.0-rc1 * Update get_tensorflow.sh to TensorFlow v2.14.0 * Update BuildTool to use TF v2.14.0 * Update TensorFlow version on ArmNN guides Signed-off-by: Idriss Chaouch Change-Id: I52cf85f93a72f4881333e44509a1889938253803 --- samples/ObjectDetection/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/ObjectDetection/Readme.md b/samples/ObjectDetection/Readme.md index 2b3a8d3e04..0cc41eb785 100644 --- a/samples/ObjectDetection/Readme.md +++ b/samples/ObjectDetection/Readme.md @@ -112,7 +112,7 @@ Example for Tensorflow Lite native compilation sudo apt install build-essential git clone https://github.com/tensorflow/tensorflow.git cd tensorflow/tensorflow -git checkout v2.14.0-rc1 +git checkout v2.14.0 mkdir build && cd build cmake ../lite -DTFLITE_ENABLE_XNNPACK=OFF make -- cgit v1.2.1