Yurii Paniv commited on
Commit
22d8fe5
1 Parent(s): cc4d41d

Add training steps

Browse files
Files changed (1) hide show
  1. training/STEPS.md +13 -4
training/STEPS.md CHANGED
@@ -1,10 +1,19 @@
1
  Setup env
2
  Link: https://espnet.github.io/espnet/installation.html
3
 
4
- 1. `git clone https://github.com/espnet/espnet`
 
 
 
5
  2. `cd ./espnet/tools`
6
  3. `CONDA_TOOLS_DIR=$(dirname ${CONDA_EXE})/..`
7
- 4. `./setup_anaconda.sh ${CONDA_TOOLS_DIR} espnet 3.8`
8
  5. `make`
9
- 6. ??? CUDA ???
10
- 7. `. ./activate_python.sh; python3 check_install.py`
 
 
 
 
 
 
1
  Setup env
2
  Link: https://espnet.github.io/espnet/installation.html
3
 
4
+ 0. `sudo apt-get install cmake sox libsndfile1-dev ffmpeg`
5
+ 1. `git clone https://github.com/espnet/espnet@cb06bb1a9e5e5355a02d8c1871a8ecfafd54754d`
6
+ `conda create -p ./.venv python=3.8`
7
+ `conda install -c anaconda cudatoolkit`
8
  2. `cd ./espnet/tools`
9
  3. `CONDA_TOOLS_DIR=$(dirname ${CONDA_EXE})/..`
10
+ ./setup_anaconda.sh ${CONDA_TOOLS_DIR} espnet 3.8
11
  5. `make`
12
+ pip install --upgrade torch torchaudio # or setup same versions
13
+ make
14
+ 7. `. ./activate_python.sh; python3 check_install.py`
15
+
16
+ # run training
17
+
18
+ cd ../egs2/ljspeech/tts1
19
+ ./run.sh