mirror of https://github.com/MycroftAI/mimic2.git
Removed docker part of pr
parent
be9ec8275e
commit
16853b7244
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue