TTS/run_tests.sh

18 lines
439 B
Bash
Raw Normal View History

2020-11-12 15:33:29 +00:00
set -e
TF_CPP_MIN_LOG_LEVEL=3
2020-07-16 13:05:36 +00:00
# tests
2020-11-09 12:30:42 +00:00
nosetests tests -x &&\
2020-07-16 13:05:36 +00:00
# runtime tests
2021-03-08 13:51:27 +00:00
./tests/test_demo_server.sh && \
2020-12-08 10:17:08 +00:00
./tests/test_tacotron_train.sh && \
./tests/test_glow-tts_train.sh && \
./tests/test_vocoder_gan_train.sh && \
./tests/test_vocoder_wavernn_train.sh && \
./tests/test_vocoder_wavegrad_train.sh && \
2020-12-28 13:41:09 +00:00
./tests/test_speedy_speech_train.sh && \
2021-02-09 14:24:58 +00:00
./tests/test_compute_statistics.sh && \
2020-07-16 13:05:36 +00:00
# linter check
cardboardlinter --refspec master