Commit Graph

1414 Commits

Author SHA1 Message Date
erogol
acb367be26 bug fix vocoder training 2020-06-15 19:04:05 +02:00
erogol
16eb15a5ff lint updates 2020-06-15 19:04:05 +02:00
erogol
9f5f3910e4 check DDC parameters in config.json 2020-06-15 19:04:05 +02:00
erogol
01339e94a5 setup_model update following TacotronAbstract 2020-06-15 19:04:05 +02:00
erogol
4aaf57b50b train.py update for DDC 2020-06-15 19:04:05 +02:00
erogol
fbf1689d18 update model tests for ddc 2020-06-15 19:04:05 +02:00
erogol
5962515581 update dummy model config 2020-06-15 19:04:05 +02:00
erogol
9559e3fc30 inherit TacotronAbstact with both tacotron and tacotron2 2020-06-15 19:04:05 +02:00
erogol
23f65df6c6 add DDC loss 2020-06-15 19:04:05 +02:00
erogol
cd93b7b351 update model config.json with double decoder consistency 2020-06-15 19:04:05 +02:00
erogol
ac24bdfddd update README.md 2020-06-15 19:04:05 +02:00
erogol
aa06a0609d tacotron abstract class 2020-06-15 19:04:05 +02:00
erogol
1b05bfce2e visualization fix 2020-06-15 19:04:05 +02:00
erogol
8dc1d6a208 update README.md 2020-06-15 19:04:05 +02:00
erogol
6f4c1108f0 suppress pylint no-self-use for loss layers 2020-06-15 19:04:05 +02:00
erogol
6b1de26869 correct loss normalization and function refactoring 2020-06-15 19:04:05 +02:00
erogol
34eacb6383 reset loss weights 2020-06-15 19:04:05 +02:00
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
7e799d58d6 bug fix 2020-06-11 15:34:38 +02:00
erogol
1d3c0c8846 raise error if training set is < 100 2020-06-06 13:44:03 +02:00
Eren Gölge
f3209924f3 Merge pull request #413 from george-roussos/master
Update compute_statistics.py
2020-05-25 10:35:46 +02:00
erogol
3eacab9f6a add requirements for speaker encoder 2020-05-25 10:32:42 +02:00
erogol
ef7e31c498 fix #412 2020-05-25 10:32:14 +02:00
George Roussos
1d8ac4c571 Update compute_statistics.py
change import of load_config (is in io)
2020-05-23 23:22:04 +02:00
erogol
ac55f198f1 commenting config.json 2020-05-23 14:48:34 +02:00
erogol
0333483617 set the initial color right 2020-05-23 14:47:32 +02:00
Ubuntu
b5f61d81c0 fix error mshg grammar 2020-05-23 12:39:47 +00:00
erogol
ff295c6524 Merge branch 'dev' 2020-05-22 13:09:39 +02:00
erogol
c27fd4238a update torch version and solve compat issue with isinf 2020-05-22 13:09:07 +02:00