Mass refactoring

This commit is contained in:
erogol
2020-07-17 11:16:05 +02:00
parent 3bc38517aa
commit 82dd465365
148 changed files with 3698 additions and 13887 deletions
+9 -3
View File
@@ -14,9 +14,15 @@ if [[ "$TEST_SUITE" == "unittest" ]]; then
pushd tts_namespace
nosetests TTS.speaker_encoder.tests --nocapture
nosetests TTS.vocoder.tests --nocapture
nosetests TTS.tests --nocapture
nosetests TTS.tf.tests --nocapture
nosetests TTS.tts.tests --nocapture
nosetests TTS.tts.tf.tests --nocapture
popd
fi
if [[ "$TEST_SUITE" == "testscripts" ]]; then
# Test server package
./tests/test_server_package.sh
./tts/tests/test_server_package.sh
# test model training scripts
./tts/tests/test_tts_train.sh
./vocoder/tests/test_vocoder_train.sh
fi