Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki authored Sep 8, 2020
1 parent 0a0f03a commit a546f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions egs2/TEMPLATE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ESPnet2 doesn't prepare different recipes for each corpus unlike ESPnet1, but we
1. Create directory in egs/
```bash
% task=asr1 # enh1, tts1, mt1, st1
% egs/TEMPLATE/${task}/setup.sh egs/foo/${task}
% egs2/TEMPLATE/${task}/setup.sh egs2/foo/${task}
```

1. Create `run.sh` and `local/data.sh` somehow
```bash
% cd egs/foo/${task}
% cd egs2/foo/${task}
% cp ../../mini_an4/${task}/run.sh .
% vi run.sh
```
Expand Down Expand Up @@ -44,7 +44,7 @@ ESPnet2 doesn't prepare different recipes for each corpus unlike ESPnet1, but we
...
```
1. If the recipe depends on some special tools, then write the requirements to `path.sh`
1. If the recipe depends on some special tools, then write the requirements to `local/path.sh`
path.sh:
```bash
Expand Down

0 comments on commit a546f6b

Please sign in to comment.