From 5baa6a9f1c4ef977b10c0e3adace5d8c455c935a Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:41:46 +0800 Subject: [PATCH] fix a spelling mistake (tourch->touch) (#29) --- docs/source/contributing/how-to-create-a-recipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/how-to-create-a-recipe.rst b/docs/source/contributing/how-to-create-a-recipe.rst index 2d53fd89f6..a30fb9056d 100644 --- a/docs/source/contributing/how-to-create-a-recipe.rst +++ b/docs/source/contributing/how-to-create-a-recipe.rst @@ -56,7 +56,7 @@ organize your files in the following way: $ cd egs/foo/ASR $ mkdir bar $ cd bar - $ tourch README.md model.py train.py decode.py asr_datamodule.py pretrained.py + $ touch README.md model.py train.py decode.py asr_datamodule.py pretrained.py For instance , the ``yesno`` recipe has a ``tdnn`` model and its directory structure looks like the following: