Commit Graph

1619 Commits

Author SHA1 Message Date
erogol dfce9ab9b7 espeak install travis 2020-06-15 19:04:05 +02:00
erogol d6b9a5738a Ton of linter fixes 2020-06-15 19:04:05 +02:00
erogol 58117c0c6e travis script for nose 2020-06-15 19:04:05 +02:00
erogol 502ba2d5c4 cardboard config update 2020-06-15 19:04:05 +02:00
erogol b7b0c58e3f update travis script 2020-06-15 19:04:05 +02:00
erogol 3a2e501b7a bug fix 2020-06-15 19:04:05 +02:00
erogol 3dff81e7e2 multiscale subband stft loss and missing tb_logger for eval stats 2020-06-15 19:04:05 +02:00
erogol d425daad5b tb eval print 2020-06-15 19:04:05 +02:00
erogol 78cb7478d1 multiband rwd D config 2020-06-15 19:04:05 +02:00
erogol 604453bcb7 add multiband melgan config and rename loss weights for vocoder 2020-06-15 19:04:05 +02:00
erogol 1a49ce8956 bug fix 2020-06-15 19:04:05 +02:00
ForceCore f675fca345 Fix phoneme cache file name aliasing problem
When the wav file has multiple dots in the file name,
_load_or_generate_phoneme_sequence would only use only the first segment
of the file name and cause overwrite of *_phoneme.npy
2020-06-15 19:04:05 +02:00
erogol a361df3186 plot fix 2020-06-15 19:04:05 +02:00
erogol 0bb0ba182e initial commit intro. to vocoder submodule 2020-06-15 19:02:18 +02:00
erogol e9f3a476cf use model_name prefix in tb_logger 2020-06-15 19:02:18 +02:00
erogol a5fc2f578f set state dict using direct state_dict dict 2020-06-15 19:02:18 +02:00
erogol 3034797211 differentiate modules on TB with a prefix 2020-06-15 19:02:18 +02:00
erogol a2e74c58f9 add a non-existing value to avg values 2020-06-15 19:02:18 +02:00
Eren Gölge 669776ae85
Merge pull request #427 from mozilla/erogol-patch-1
handling librosa conflict with numba
2020-06-15 18:13:15 +02:00
Eren Gölge 9f83b6797f
handling librosa conflict with numba
https://github.com/librosa/librosa/issues/1160
2020-06-15 11:41:42 +02:00
Eren Gölge 06ae9d7777
Merge pull request #426 from Mic92/pwgan
load ParallelWaveGAN from PYTHONPATH if pwgan_lib_path is unset
2020-06-15 11:04:41 +02:00
Jörg Thalheim 3e5ce85bf7
load ParallelWaveGAN from PYTHONPATH if pwgan_lib_path is unset 2020-06-13 19:38:28 +01:00
erogol 773e9c7a72 remove redundant params in vocoder config file 2020-06-12 19:50:07 +02:00
erogol 3eb730acf0 update vocoder loss implemenatations and fix MSEDLoss 2020-06-12 19:34:21 +02:00
erogol 0b78977662 more comments to audio.py 2020-06-12 12:11:23 +02:00
erogol 546186bbf1 visualization bug fix 2020-06-12 11:54:54 +02:00
erogol 9af6bb0c29 bug fix 2020-06-12 11:37:32 +02:00
erogol 1c2dc9f739 enable loading precomputed vocoder dataset 2020-06-12 11:13:40 +02:00
erogol 7e799d58d6 bug fix 2020-06-11 15:34:38 +02:00
erogol 92ed9b90c3 reformatting vocoder training and disable G_adv eval if step < d_training 2020-06-11 12:42:13 +02:00
erogol 4d1d04a6a0 bug fix 2020-06-11 10:48:20 +02:00
erogol 6a661f98e2 linter fix 2020-06-10 13:57:49 +02:00
erogol 99420a2d9b restore vocoder scheduler if it is in checkpoint 2020-06-10 13:55:37 +02:00
erogol c24b57452d bug fix 2020-06-10 13:52:31 +02:00
erogol 1a061c4af5 new config argument to plot tb figures at training 2020-06-10 13:51:59 +02:00
erogol 53f13461b9 better stats logging for TTS training 2020-06-10 13:45:43 +02:00
erogol 6d2cda97c8 q 2020-06-09 23:14:10 +02:00
erogol a1368e3eb7 multiband melga nconfig 2020-06-09 23:05:02 +02:00
erogol b445bcb962 save schedulers with checkpoints 2020-06-09 23:04:16 +02:00
erogol dcfd626784 print lrg and lrD 2020-06-09 23:04:02 +02:00
erogol f0144bfcba add lr schedulers for generator and discriminator 2020-06-09 23:03:37 +02:00
erogol 8552c1d991 fix multiband melgan inference 2020-06-09 23:02:55 +02:00
erogol aedbd318d5 remove weight norm for melgan generator 2020-06-09 23:02:28 +02:00
erogol f3aa295834 correction for vocoder configs 2020-06-09 23:02:05 +02:00
erogol 4ea649f59b change alignment_score to alignment_error 2020-06-09 23:01:34 +02:00
erogol 625ea70c98 TTS config update for using DDC 2020-06-09 23:01:13 +02:00
erogol dbe381a186 linter fix 2020-06-08 10:45:38 +02:00
erogol 8d307f2133 run D in eval 2020-06-08 10:43:09 +02:00
erogol 2404f96cba bug fix and var renaming 2020-06-08 03:22:17 +02:00
erogol 1d3c0c8846 raise error if training set is < 100 2020-06-06 13:44:03 +02:00