renaming train scripts and updating tests

This commit is contained in:
erogol
2020-10-29 16:50:07 +01:00
parent 39c71ee8a9
commit 73581cd94c
11 changed files with 39 additions and 28 deletions
+2 -1
View File
@@ -6,9 +6,10 @@ TF_CPP_MIN_LOG_LEVEL=3
# runtime tests
./tests/test_server_package.sh && \
./tests/test_tts_train.sh && \
./tests/test_glow-tts_train.sh && \
./tests/test_vocoder_gan_train.sh && \
./tests/test_vocoder_wavernn_train.sh && \
./tests/test_glow-tts_train.sh && \
./tests/test_vocoder_wavegrad_train.sh && \
# linter check
cardboardlinter --refspec master