mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
test_compute_statistics.sh
This commit is contained in:
@@ -12,6 +12,7 @@ nosetests tests -x &&\
|
||||
./tests/test_vocoder_wavernn_train.sh && \
|
||||
./tests/test_vocoder_wavegrad_train.sh && \
|
||||
./tests/test_speedy_speech_train.sh && \
|
||||
./tests/test_compute_statistics.sh && \
|
||||
|
||||
# linter check
|
||||
cardboardlinter --refspec master
|
||||
@@ -33,7 +33,7 @@ args, unknown_args = parser.parse_known_args()
|
||||
# Remove our arguments from argv so that setuptools doesn't see them
|
||||
sys.argv = [sys.argv[0]] + unknown_args
|
||||
|
||||
version = '0.0.9.2'
|
||||
version = '0.0.10'
|
||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# Handle Cython code
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
BASEDIR=$(dirname "$0")
|
||||
echo "$BASEDIR"
|
||||
# run training
|
||||
CUDA_VISIBLE_DEVICES="" python TTS/bin/compute_statistics.py --config_path $BASEDIR/inputs/test_glow_tts.json --out_path $BASEDIR/outputs/scale_stats.npy
|
||||
|
||||
Reference in New Issue
Block a user