We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed3fc5 commit 5baa6a9Copy full SHA for 5baa6a9
docs/source/contributing/how-to-create-a-recipe.rst
@@ -56,7 +56,7 @@ organize your files in the following way:
56
$ cd egs/foo/ASR
57
$ mkdir bar
58
$ cd bar
59
- $ 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
60
61
For instance , the ``yesno`` recipe has a ``tdnn`` model and its directory structure
62
looks like the following:
0 commit comments