README.md: updating readme to include docker setup

mask-utils-0.4
Rafael Valle 2018-05-04 09:42:11 -07:00
parent a72160b8cb
commit 535042a584
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ Distributed and FP16 support relies on work by Christian Sarofeen and NVIDIA's
3. CD into this repo: `cd tacotron2`
4. Update .wav paths: `sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt`
5. Install [pytorch 0.4](https://github.com/pytorch/pytorch)
6. Install python requirements or use docker container (tbd)
6. Install python requirements or build docker image
- Install python requirements: `pip install requirements.txt`
- **OR**
- Docker container `(tbd)`
- Build docker image: `docker build --tag tacotron2 .`
## Training
1. `python train.py --output_directory=outdir --log_directory=logdir`