fix a spelling mistake (tourch->touch) (#29)

This commit is contained in:
Mingshuang Luo 2021-08-25 21:41:46 +08:00 committed by GitHub
parent eed3fc5610
commit 5baa6a9f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: