wavegrad refactoring, fixing tests for glow-tts and wavegrad

This commit is contained in:
erogol
2020-10-29 15:47:15 +01:00
parent 946a0c0fb9
commit 39c71ee8a9
6 changed files with 49 additions and 56 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
TF_CPP_MIN_LOG_LEVEL=3
# tests
nosetests tests -x &&\
# nosetests tests -x &&\
# runtime tests
./tests/test_server_package.sh && \
./tests/test_tts_train.sh && \
./tests/test_vocoder_train.sh && \
./tests/test_vocoder_gan_train.sh && \
./tests/test_vocoder_wavernn_train.sh && \
./tests/test_glow-tts_train.sh && \
# linter check
cardboardlinter --refspec master