Skip to content

Commit 383de9e

Browse files
authored
Update README.md
1 parent 79fa77e commit 383de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ As a result of running this script, the dataset is created in `--proc_data_dir`:
6868
- the training dataset files `X_train.npy`, `Y_train.npy` and the validation dataset files `X_dev.npy`, `Y_dev.npy`are binary numpy files
6969
- the audio inputs for testing (such as `X_test_NaturalTalking_04.npy`) are under the `/test_inputs/` subfolder
7070

71-
There rest of the folders in --proc_data_dir (e.g. `/dev_inputs/` or `/train/`) can be ignored (they are a side effect of the preprocessing script).
71+
There rest of the folders in `--proc_data_dir` (e.g. `/dev_inputs/` or `/train/`) can be ignored (they are a side effect of the preprocessing script).
7272

7373
## 3. Learn motion representation by AutoEncoder and encode the training and validation datasets
7474
```python

0 commit comments

Comments
 (0)