Yurii Paniv commited on
Commit
201b0bf
1 Parent(s): 9a97da6

Start of new journey

Browse files
Files changed (2) hide show
  1. training/.gitignore +1 -0
  2. training/STEPS.md +10 -0
training/.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ espnet
training/STEPS.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
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`