Skip to content

Commit

Permalink
fix a spelling mistake (tourch->touch) (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingshuang committed Aug 25, 2021
1 parent eed3fc5 commit 5baa6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing/how-to-create-a-recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5baa6a9

Please sign in to comment.