Removed docker part of pr

pull/45/head
Thorsten Mueller 2020-02-27 15:18:37 +01:00
parent be9ec8275e
commit 16853b7244
1 changed files with 0 additions and 9 deletions

View File

@ -212,15 +212,6 @@ Example
python analyze.py --train_file_path=~/tacotron/training/train.txt --save_to=~tacotron/visuals --cmu_dict_path=~/cmudict-0.7b
```
<<<<<<< HEAD
If using Docker, you need to export your DISPLAY variable when starting the container to successfully create the image files. Also ensure that X server connections are enabled on your host system.
```
docker run -it -p 3000:3000 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix mycroft/mimic2:cpu
```
=======
>>>>>>> parent of 4ce7f69... Added dependency for analyze.py running as docker.
cmu_dict_path is optional if you'd like to visualize the distribution of the phonemes.
analyze.py outputs 6 different plots.