Skip to content

Commit f29c594

Browse files
committed
Fix typ
1 parent ec58290 commit f29c594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Please install packages listed above first, and then
6666

6767
```
6868
git clone https://github.com/r9y9/deepvoice3_pytorch
69+
cd deepvoice3_pytorch
6970
pip install -e ".[train]"
7071
```
7172

@@ -132,7 +133,7 @@ python train.py --data-root=./data/jsut --hparams="frontend=jp" --hparams="build
132133
Note that there are many hyper parameters and design choices. Some are configurable by `hparams.py` and some are hardcoded in the source (e.g., dilation factor for each convolution layer). If you find better hyper parameters, please let me know!
133134

134135

135-
### 4. Moniter with Tensorboard
136+
### 4. Monitor with Tensorboard
136137

137138
Logs are dumped in `./log` directory by default. You can monitor logs by tensorboard:
138139

0 commit comments

Comments
 (0)