From 145c88f851d12d2cadc2f080d232c1d5963d6e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89anna=20=C3=93=20Cath=C3=A1in?= Date: Mon, 16 Nov 2020 14:12:11 +0000 Subject: MLECO-1253 Adding ASR sample application using the PyArmNN api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I450b23800ca316a5bfd4608c8559cf4f11271c21 Signed-off-by: Éanna Ó Catháin --- .../tests/testdata/wav2letter_labels.txt | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt (limited to 'python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt') diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt b/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt new file mode 100644 index 0000000000..d7485b7da2 --- /dev/null +++ b/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt @@ -0,0 +1,29 @@ +a +b +c +d +e +f +g +h +i +j +k +l +m +n +o +p +q +r +s +t +u +v +w +x +y +z +' + +$ \ No newline at end of file -- cgit v1.2.1