erogol
a1e4ee18f9
convert float16 to float32 for plotting spectrograms
2020-11-25 14:50:28 +01:00
erogol
7541d2ecaa
return eval split optional
2020-11-25 14:50:09 +01:00
erogol
4b92ac0f92
tune_wavegrad update
2020-11-25 14:49:48 +01:00
erogol
d8c1b5b73d
print max lengths in tacotron training
2020-11-25 14:49:07 +01:00
erogol
1229554c42
use native amp
2020-11-25 14:48:54 +01:00
erogol
8a820930c6
compute_embedding update
2020-11-25 14:46:08 +01:00
erogol
aa2b31a1b0
use 'enabled' argument to control autocast
2020-11-17 14:22:01 +01:00
erogol
060dc21808
add CheckSpec notebook
2020-11-17 14:18:53 +01:00
erogol
d9d04d892b
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-11-17 14:17:24 +01:00
erogol
8b0e0846a3
temporary travis check
2020-11-17 14:17:03 +01:00
erogol
79ed5debcd
fix wavegrad test
2020-11-17 14:15:14 +01:00
Eren Gölge
4f2201c143
Merge pull request #573 from houqp/qp_voxceleb
...
speed up metafile build for voxceleb
2020-11-17 13:47:08 +01:00
Qingping Hou
b0b97d636f
speed up metafile build for voxceleb
2020-11-14 23:45:17 -08:00
erogol
a2a142dc39
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-11-14 13:02:19 +01:00
erogol
c65712426a
change noise scheduling for wavegrad. Compute beta values externally to enable better flexibility
2020-11-14 13:01:10 +01:00
erogol
5a59467f34
scaler fix for wavegrad and wavernn. Save and load scaler
2020-11-14 13:00:35 +01:00
erogol
d8511efa8f
use native amp for tacotron training
2020-11-14 12:59:28 +01:00
Eren Gölge
fca2388e6a
Merge pull request #571 from houqp/qp_yaml
...
support loading config in yaml
2020-11-14 12:56:48 +01:00
Eren Gölge
cfbc660f15
Merge pull request #570 from mozilla/dependabot/pip/tensorflow-2.3.1
...
Bump tensorflow from 2.3.0 to 2.3.1
2020-11-14 12:54:57 +01:00
Qingping Hou
0cc3650ef6
support loading config in yaml
2020-11-14 00:13:53 -08:00
dependabot[bot]
e33f1fc28c
Bump tensorflow from 2.3.0 to 2.3.1
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.3.0...v2.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-13 18:53:05 +00:00
erogol
6cc464ead6
fix ton of tesnting bugs
2020-11-12 16:33:29 +01:00
erogol
25551c4634
change wavernn generate to inference
2020-11-12 12:52:52 +01:00
erogol
9b0f441945
argument for returning no eval split
2020-11-12 12:52:27 +01:00
erogol
a7aefd5c50
use pytorch amp for mixed precision training for Tacotron
2020-11-12 12:51:56 +01:00
erogol
67e2b664e5
compute embeddings and create speakers.json
2020-11-12 12:51:17 +01:00
Eren Gölge
79ce06c622
Merge pull request #565 from mweinelt/fix-umap-learn-ref
...
requirements.txt: Install correct umap-learn library
2020-11-11 12:37:04 +01:00
Martin Weinelt
b0f7b02930
requirements.txt: Install correct umap-learn library
...
There is a name clash among several umap projects and the wrong umap has
been introduced into requirements.txt.
Ref: https://github.com/koorukuroo/umap/issues/1
2020-11-10 23:26:13 +01:00
erogol
f8fd300b3e
bug fix
2020-11-10 12:53:39 +01:00
erogol
016d3503da
compute embeddings with speaker encoder
2020-11-10 12:51:02 +01:00
erogol
0605411c2e
update readme add latest model updates
2020-11-09 17:57:33 +01:00
erogol
21364331d2
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-11-09 13:31:12 +01:00
erogol
116e2299b0
adding more tests and refactoring
2020-11-09 13:30:42 +01:00
erogol
c76a617072
linter updates
2020-11-09 13:18:35 +01:00
erogol
ea976b0543
python compat update for contextlib
2020-11-06 13:34:11 +01:00
erogol
c80225544e
tune wavegrad to fine the best noise schedule for inferece
2020-11-06 13:04:46 +01:00
erogol
d94782a076
reset the way ga_loss is stored in return_dict
2020-11-02 13:18:56 +01:00
erogol
a108d0ee81
check nan loss in glow-tts loss
2020-11-02 13:12:19 +01:00
erogol
b8ac9aba9d
check against NaN loss in tacotron_loss
2020-11-02 12:44:41 +01:00
Eren Gölge
0cd222d4b7
Merge pull request #549 from SanjaESC/patch-1
...
Update losses.py
2020-11-02 12:43:24 +01:00
erogol
ef04d7fae7
bug fix for wavernn training
2020-10-30 14:08:41 +01:00
erogol
a44ef58aea
wavegrad weight norm refactoring
2020-10-30 13:23:24 +01:00
erogol
750a38f545
readme update
2020-10-29 23:51:34 +01:00
erogol
183fe56d95
Merge branch 'ssim_loss' into dev
2020-10-29 23:49:09 +01:00
krzim
2202e171c5
Fix import to grab the encoder model save function
...
I saw that this was recently changed but I'm not sure if it should have been. This is the correct function given the arguments provided to it in the train loop.
2020-10-29 18:03:11 -04:00
erogol
73581cd94c
renaming train scripts and updating tests
2020-10-29 16:50:07 +01:00
erogol
39c71ee8a9
wavegrad refactoring, fixing tests for glow-tts and wavegrad
2020-10-29 15:47:15 +01:00
erogol
946a0c0fb9
bug fixes for single speaker glow-tts, enable torch based amp. Make amp optional for wavegrad. Bug fixes for synthesis setup for glow-tts
2020-10-29 15:45:50 +01:00
erogol
14c2381207
weight norm and torch based amp training for wavegrad
2020-10-29 12:31:43 +01:00
erogol
a3213762ae
update wavegrad tests
2020-10-29 12:31:43 +01:00