summaryrefslogtreecommitdiff
path: root/docs/use_cases/kws.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/use_cases/kws.md')
-rw-r--r--docs/use_cases/kws.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/use_cases/kws.md b/docs/use_cases/kws.md
index 10b4662..baf813a 100644
--- a/docs/use_cases/kws.md
+++ b/docs/use_cases/kws.md
@@ -190,8 +190,6 @@ If the CMake command succeeded, build the application as follows:
make -j4
```
-For Windows, use `mingw32-make`.
-
Add VERBOSE=1 to see compilation and link details.
Results of the build will be placed under `build/bin` folder:
@@ -292,8 +290,6 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake ..
```
-For Windows, add `-G "MinGW Makefiles"` to the CMake command.
-
> **Note:** Clean the build directory before re-running the CMake command.
The `.tflite` model file pointed to by `kws_MODEL_TFLITE_PATH` and labels text file pointed to by `kws_LABELS_TXT_FILE` will
@@ -470,4 +466,4 @@ The profiling section of the log shows that for this inference:
- For FPGA platforms, CPU cycle count can also be enabled. For FVP, however, CPU cycle counters should not be used as
the CPU model is not cycle-approximate or cycle-accurate.
-The application prints the highest confidence score and the associated label from ds_cnn_labels.txt file. \ No newline at end of file
+The application prints the highest confidence score and the associated label from ds_cnn_labels.txt file.