mirror of https://github.com/coqui-ai/TTS.git
unix line endings
This commit is contained in:
parent
043b59f191
commit
549ac65624
7
.compute
7
.compute
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
source ../tmp/venv/bin/activate
|
||||
python train.py --config_path config.json
|
||||
#!/bin/bash
|
||||
source ../tmp/venv/bin/activate
|
||||
export PYTHONPATH='
|
||||
python train.py --config_path config.json
|
8
.install
8
.install
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
virtualenv -p python3 ../tmp/venv
|
||||
source ../tmp/venv/bin/activate
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
#!/bin/bash
|
||||
virtualenv -p python3 ../tmp/venv
|
||||
source ../tmp/venv/bin/activate
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
torch
|
||||
torch>=0.4.0
|
||||
librosa
|
||||
inflect
|
||||
unidecode
|
||||
|
|
Loading…
Reference in New Issue