Aya
be0ba934ee
cleared output
2022-11-21 14:50:07 +00:00
Aya
372605180e
fixet tutorial2 incompatability with new dev
2022-11-21 14:44:40 +00:00
CeadeS
0207071f62
Update Tutorial_2_train_your_first_TTS_model.ipynb ( #2079 )
...
inconsistent metadata file name the metadata format example
2022-10-25 18:36:39 +02:00
jchai.me
c30b6485ea
updates to dataset analysis notebooks for compatibility with latest version of TTS ( #1853 )
2022-08-15 11:11:07 +02:00
Aya-AlJafari
68cef28a88
Adding TTS Tutorials ( #1584 )
...
* Adding inferencing notebook
* added multispeaker explanation and usecase and renamed the file
* Adding training tutorial
* fixed dummy paths
* fixed review comments
* fixed metadata extension
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2022-06-02 12:23:00 +02:00
Ryan Le-Nguyen
b6bd74a9a9
fix invalid json ( #1599 )
2022-05-31 10:20:10 +02:00
Eren Gölge
72d85e53c9
Update model file extension ( #1422 )
...
* Update model file ext to ```.pth```
* Update docs
* Rename more
* Find model files
2022-03-22 17:55:00 +01:00
Eren Gölge
2e6e8f651d
Update CheckSpectrograms notebook ( #1418 )
2022-03-18 16:48:24 +01:00
Eren Gölge
ec4b03c045
Update AnalyzeDataset notebook
2022-02-25 11:26:59 +01:00
Edresson Casanova
0860d73cf8
Remove Tensorflow requeriment ( #1225 )
...
* Remove TF modules
* Remove TF unit tests
* Remove TF vocoder modules
* Remove TF convert scripts
* Remove TF requirement
* Remove the Docs TF instructions
* Remove TF inference support
2022-02-10 16:14:54 +01:00
WeberJulian
9ca3af900f
remove inference notebook
2021-12-20 11:54:10 +00:00
WeberJulian
e995a63bd6
fix linter
2021-12-20 11:54:10 +00:00
WeberJulian
6ac31e4152
Added a notbook for d-vector multilingual VITS
2021-12-20 11:54:09 +00:00
Eren Gölge
016803beee
Update notebooks
2021-10-21 16:29:06 +00:00
Eren Gölge
5e0d0539c5
Remove unmaintained notebooks
2021-10-21 16:29:06 +00:00
Eren Gölge
043dca61b4
Rename `load_meta_data` as `load_tts_data`
2021-09-30 14:47:56 +00:00
Eren Gölge
1de010acd4
Update notebook compat
2021-09-09 10:59:23 +00:00
Eren Gölge
18da8f5dbd
Update pylint 2.10.2 and fix lint issues
2021-08-30 08:10:35 +00:00
Eren Gölge
625ab614f0
Fix import in CheckSpectrogram.ipynb
2021-08-17 12:12:36 +00:00
Eren Gölge
70a4c6f16c
Fix notebook json format issue
2021-08-09 18:01:47 +00:00
Edresson
2e5baffa9c
Merge fix and eval split as argparse
2021-07-13 01:47:32 -03:00
Eren Gölge
9790eddada
Fix wrong argument name 🛠️
2021-06-28 17:03:47 +02:00
Eren Gölge
9455a2b01e
Apply small fixes for API compatibility
2021-06-28 17:03:47 +02:00
Eren Gölge
ef4ea9e527
update imports for `formatters`
2021-06-28 17:03:19 +02:00
Eren Gölge
42554cc711
rename MyDataset -> TTSDataset
2021-06-28 17:03:19 +02:00
Edresson
5af505ff33
remove unused notebooks
2021-05-26 21:43:51 -03:00
Eren Gölge
d7fae3f515
remove all espeaker and phonemizer deps
2021-05-18 17:57:28 +02:00
kirianguiller
f393c08ad4
add usage of new Synthetizer class in the chinese model notebook
2021-04-23 18:04:37 +02:00
Eren Gölge
f519012dea
reformatting and styling
2021-04-12 11:47:39 +02:00
Eren Gölge
718f6e1568
fix ExtractSpectrogram.ipynb
2021-04-06 16:24:50 +02:00
Eren Gölge
eca67ebe13
update CheckSpec notebook
2021-03-24 12:52:56 +01:00
Guy Elsmore-Paddock
49484f0937
Clean-up `CheckSpectrograms` Notebook
...
- Fixes how parameters from the config are loaded while still making it
possible for them to be overridden on the fly.
- Prints the list of audio files by index.
- Defines a constant to control which audio files gets loaded for all
sections.
- Eliminates having to load the audio processor twice.
- Removes output (since it isn't relevant).
2021-03-20 22:17:37 -04:00
Guy Elsmore-Paddock
0601f6fc0f
Fix `ipd` Import in `CheckSpectrograms.ipynb`
...
This fixes:
```
NameError: name 'ipd' is not defined
```
2021-03-20 17:28:10 -04:00
Guy Elsmore-Paddock
51f81650a6
Fix TTS imports in CheckSpectrograms.ipynb
...
This fixes:
```
ModuleNotFoundError: No module named 'tts'
```
It appears that the module name may have changed at some point.
2021-03-20 13:43:04 -04:00
Eren Gölge
3947750dd9
Merge branch 'dev' of https://github.com/coqui-ai/TTS into dev
2021-03-18 14:09:47 +01:00
Eren Gölge
c2c6e3f2d3
[ci skip] remove notebook outputs
2021-03-18 14:08:45 +01:00
Eren Gölge
121eb89d23
[ci skip] Clear outputs in notebooks
2021-03-18 13:27:23 +01:00
Thorsten Mueller
281e708f47
Fix for: name 'file_names' is not defined
2021-03-16 20:56:11 +01:00
Eren Gölge
94805236fb
Merge branch 'dev' of https://github.com/coqui-ai/TTS into dev
2021-03-08 15:21:06 +01:00
kirianguiller
e6fd118cf8
<add> Chinese mandarin implementation (tacotron2)
2021-03-08 02:57:11 +01:00
kirianguiller
c0ed527551
update mandarin example notebook with new model gdrive ids
2021-03-01 15:30:49 +01:00
kirianguiller
c4c7bc1b88
<add> Chinese mandarin implementation (tacotron2)
2021-02-17 20:53:56 +01:00
Eren Gölge
ca8ad9c21e
rename audio._normalize to audio.normalize
2021-01-22 02:33:19 +01:00
erogol
f6c96b0ac2
Merge branch 'dev'
2020-11-25 15:29:06 +01:00
erogol
060dc21808
add CheckSpec notebook
2020-11-17 14:18:53 +01:00
erogol
116e2299b0
adding more tests and refactoring
2020-11-09 13:30:42 +01:00
Łukasz Stolcman
9f41538fc0
Bring back deleted notebook
2020-10-28 18:29:44 +01:00
erogol
e1eab1ce4b
print model r value as loading it
2020-10-07 13:34:21 +02:00
erogol
df19428ec6
rename the project to old TTS
2020-09-09 12:27:23 +02:00
erogol
daf9c7aaec
move notebook
2020-09-07 13:51:14 +02:00