dependabot[bot]
5ce04832ce
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-10-27 12:17:38 +01:00
erogol
486de1a089
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-10-27 12:15:19 +01:00
erogol
3894d44dc5
update version
2020-10-27 12:14:27 +01:00
Edresson
89e9bfe3a2
add text processing blank token test
2020-10-26 17:41:23 -03:00
erogol
e982156009
small updates
2020-10-26 17:16:16 +01:00
erogol
741d278cac
Merge branch 'wavernn' of https://github.com/SanjaESC/TTS into SanjaESC-wavernn
2020-10-26 16:50:45 +01:00
Edresson
d9540a5857
add blank token in sequence for encrease glowtts results
2020-10-25 15:08:28 -03:00
sanjaesc
d158ec0806
fix pylint once again
2020-10-25 10:04:24 +01:00
sanjaesc
80f5e39e56
add model params to config
2020-10-25 09:47:04 +01:00
sanjaesc
4a989e3ceb
compute audio feat on dataload
2020-10-25 09:45:37 +01:00
Edresson
fbea058c59
add parse speakers function
2020-10-24 16:10:05 -03:00
Edresson
07345099ee
GlowTTS zero-shot TTS Support
2020-10-24 15:58:39 -03:00
Alexander Korolev
47d74ced1c
Update losses.py
...
Seems like in the latest dev merge, this change was reverted. Any specific reason for this?
Without it the problem as stated here https://github.com/mozilla/TTS/issues/473 occurs.
2020-10-23 14:15:01 +02:00
sanjaesc
4d5da4b663
fix travis + pylint tests
2020-10-22 13:22:50 +02:00
sanjaesc
6245dd2b93
added to device cpu/gpu + formatting
2020-10-22 10:44:00 +02:00
sanjaesc
9270e27cd7
add wavernn tests + name refactoring
2020-10-22 10:39:20 +02:00
Eren Gölge
af6f86252e
Merge pull request #546 from ayush-1506/patch-1
...
Fix readme and config file
2020-10-21 11:34:26 +02:00
ayush-1506
2a3559f02b
Fix readme and config file
2020-10-21 13:43:49 +05:30
Edresson
b7f9ebd32b
add check arguments for GlowTTS and multispeaker training bug fix
2020-10-19 17:17:58 -03:00
sanjaesc
24d18d20e3
fix formatting + pylint
2020-10-19 16:20:15 +02:00
erogol
2ca63c013f
fix no loss masking loss computation
2020-10-19 15:47:12 +02:00
sanjaesc
64adfbf4a5
fixing pylint errors
2020-10-19 15:38:32 +02:00
sanjaesc
995d84f6d7
added feature preprocessing if not set in config
2020-10-19 14:37:30 +02:00
sanjaesc
9a120f28ed
some minor changes to wavernn
2020-10-16 21:19:51 +02:00
Alex K
da60f35c14
Merge branch 'master' of https://github.com/mozilla/TTS into wavernn
2020-10-15 19:19:00 +02:00
Alex K
72bd90b497
wavernn stuff...
2020-10-15 19:15:53 +02:00
Alex K
d6bd3cd8b8
add initial wavernn support
2020-10-15 19:14:50 +02:00
Eren Gölge
98f15e1154
Update README.md
2020-10-15 03:50:53 +02:00
Eren Gölge
2f5a08d047
Update README.md
2020-10-15 03:49:39 +02:00
Eren Gölge
f632f59f40
Merge pull request #528 from mozilla/dependabot/pip/tensorflow-2.3.1
...
Bump tensorflow from 2.3.0 to 2.3.1
2020-10-13 17:13:15 +02:00
erogol
1a87ad82e3
Merge branch 'master' of https://github.com/mozilla/TTS
2020-10-12 12:26:02 +02:00
erogol
f09defa7c6
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-10-12 12:10:02 +02:00
Eren Gölge
55aa312e30
Merge pull request #537 from houqp/qp/build_fix
...
fix cython build
2020-10-12 11:52:09 +02:00
Qingping Hou
34329a0d2c
fix cython build
...
Due to a bug in cython, cythonize actually doesn't support include_dirs override:
https://github.com/cython/cython/issues/1480
2020-10-11 00:08:39 -07:00
erogol
c2c4126a18
remove merge conflicts
2020-10-08 01:35:27 +02:00
erogol
c5074cfd8e
general purpose distribute.py
2020-10-08 01:30:42 +02:00
erogol
6f0654f9a8
differential spectral loss
2020-10-08 01:30:42 +02:00
erogol
e0d4b88877
config update
2020-10-08 01:29:30 +02:00
erogol
4e93f90108
bug fix
2020-10-08 01:29:30 +02:00
erogol
bb9b70ee27
differential spectral loss and loss weight settings
2020-10-08 01:29:30 +02:00
erogol
e1eab1ce4b
print model r value as loading it
2020-10-07 13:34:21 +02:00
erogol
48a40c4730
remove unused import
2020-10-06 11:32:24 +02:00
erogol
a2606fbc22
format utils
2020-10-06 11:02:54 +02:00
Eren Gölge
acda8a6e33
Update README.md
2020-10-05 14:52:52 +02:00
Eren Gölge
0e43bfa54f
Update README.md
...
update MOS figure
2020-10-05 14:50:43 +02:00
Eren Gölge
4873601694
Merge pull request #531 from WeberJulian/french-cleaners
...
Adding support for french cleaners
2020-09-30 15:30:50 +02:00
Eren Gölge
592bb668fd
Merge pull request #533 from Edresson/dev
...
add Speaker Conditional GST support
2020-09-30 02:56:37 +02:00
Edresson
c1fff5b556
add unit tests for SC-GST
2020-09-29 17:03:25 -03:00
Edresson
99d5a0ac07
add Speaker Conditional GST support
2020-09-29 16:09:27 -03:00
Julian WEBER
ea7c2e15c0
Adding french abbreviations
2020-09-29 15:43:39 +02:00