From eff45711cc54a2909f9bc207406524b484d38cd4 Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Fri, 11 Oct 2019 00:44:56 +0900 Subject: [PATCH] address @jpienaar's comment --- .../micro/examples/micro_speech/apollo3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/README.md b/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/README.md index be291c86af5..dbdf2a31e02 100644 --- a/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/README.md +++ b/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/README.md @@ -42,7 +42,7 @@ * cmsis_power.txt: the magnitude squared of the DFT * cmsis_power_avg.txt: the 6-bin average of the magnitude squared of the DFT - * Run both versons of the 1KHz pre-processor test and then compare. + * Run both versions of the 1KHz pre-processor test and then compare. * These files can be plotted with "python compare\_1k.py" * Also prints out the number of cycles the code took to execute (using the DWT->CYCCNT register) @@ -60,7 +60,7 @@ * micro_power.txt: the magnitude squared of the DFT * micro_power_avg.txt: the 6-bin average of the magnitude squared of the DFT - * Run both versons of the 1KHz pre-processor test and then compare. + * Run both versions of the 1KHz pre-processor test and then compare. * These files can be plotted with "python compare\_1k.py" * Also prints out the number of cycles the code took to execute (using the DWT->CYCCNT register)