File tree Expand file tree Collapse file tree 6 files changed +10
-1
lines changed
Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,6 @@ ljspeech
2929! docker-compose.yml
3030/Pipfile
3131/Pipfile.lock
32+ /datasets
33+ /examples /tacotron2 /exp /
34+ /temp /
Original file line number Diff line number Diff line change 11FROM tensorflow/tensorflow:2.2.0-gpu
22RUN apt-get update
33RUN apt-get install -y zsh tmux wget git libsndfile1
4- RUN pip install git+https://github.com/TensorSpeech/TensorflowTTS.git
4+ RUN pip install ipython && \
5+ pip install git+https://github.com/TensorSpeech/TensorflowTTS.git
56RUN mkdir /workspace
67WORKDIR /workspace
Original file line number Diff line number Diff line change 1818import logging
1919import os
2020import sys
21+ sys .path .append ("." )
2122
2223import numpy as np
2324import tensorflow as tf
Original file line number Diff line number Diff line change 1818import logging
1919import os
2020import sys
21+ sys .path .append ("." )
2122
2223import numpy as np
2324import tensorflow as tf
Original file line number Diff line number Diff line change 1717import argparse
1818import logging
1919import os
20+ import sys
21+ sys .path .append ("." )
2022
2123import numpy as np
2224import yaml
Original file line number Diff line number Diff line change 1818import logging
1919import os
2020import sys
21+ sys .path .append ("." )
2122
2223import numpy as np
2324import tensorflow as tf
You can’t perform that action at this time.
0 commit comments