We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083c926 commit 22099b7Copy full SHA for 22099b7
speech-commands/README.md
@@ -219,7 +219,7 @@ await transferRecognizer.collectExample('green');
219
await transferRecognizer.collectExample('blue');
220
await transferRecognizer.collectExample('red');
221
// Don't forget to collect some background-noise examples, so that the
222
-// trasnfer-learned model will be able to detect moments of silence.
+// transfer-learned model will be able to detect moments of silence.
223
await transferRecognizer.collectExample('_background_noise_');
224
await transferRecognizer.collectExample('green');
225
0 commit comments