Commit Graph

2538 Commits (49484f093786aea98319715b598ed80eb6bb89e5)

Author SHA1 Message Date
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 fc87233ee3 hubconf update 2021-03-18 13:38:35 +01:00
Eren Gölge 63806b2b43 CI config update 2021-03-18 13:38:02 +01:00
Eren Gölge 16cb8b2e24 fix #374 2021-03-18 13:37:44 +01:00
WeberJulian 4a9d2e4309 fix french_cleaners 2021-03-18 13:35:29 +01:00
WeberJulian 596ea2c98a Add resample script 2021-03-18 13:33:37 +01:00
Eren Gölge 6e68637f48 bug fix 2021-03-18 13:33:23 +01:00
Eren Gölge f3e5ddfaaf bug fix in preprocessor 2021-03-18 13:33:23 +01:00
Eren Gölge aeb4f82233 bug fix 2021-03-18 13:33:23 +01:00
Eren Gölge fd5c24c3b8 add missing config file 2021-03-18 13:33:23 +01:00
Eren Gölge 0514330869 fix mozilla/TTS#685 2021-03-18 13:33:23 +01:00
Eren Gölge f06603a0db force utf8 2021-03-18 13:33:23 +01:00
Eren Gölge 32e8b56c45 linter fix 2021-03-18 13:33:23 +01:00
Eren Gölge 7e669b38a9 CI config update 2021-03-18 13:33:23 +01:00
Eren Gölge c434efb8ac CI config update 2021-03-18 13:33:00 +01:00
Eren Gölge 43672e206c test config for tacotron model 2021-03-18 13:33:00 +01:00
Eren Gölge 65533f33e9 fix #374 2021-03-18 13:33:00 +01:00
Eren Gölge 884096f3f7 update CI config 2021-03-18 13:33:00 +01:00
Eren Gölge d790d2fccb linter fix 2021-03-18 13:33:00 +01:00
Eren Gölge a3667450ed update version 0.0.11 2021-03-18 13:33:00 +01:00
Eren Gölge b0c33419a4 add more CI tests 2021-03-18 13:33:00 +01:00
WeberJulian af96080e17 fix linter issues 2021-03-18 13:33:00 +01:00
WeberJulian bf04383e74 fix french_cleaners 2021-03-18 13:33:00 +01:00
WeberJulian f6cd8e0ecc test case 2021-03-18 13:33:00 +01:00
WeberJulian e954e45e57 linter + test 2021-03-18 13:33:00 +01:00
WeberJulian e598977f3d Using path.join instead of concat 2021-03-18 13:33:00 +01:00
WeberJulian c5ef2de73f Add resample script 2021-03-18 13:33:00 +01:00
Eren Gölge 121eb89d23 [ci skip] Clear outputs in notebooks 2021-03-18 13:27:23 +01:00
Eren Gölge 87ff9779d6 [ci skip]update readme 2021-03-18 13:13:55 +01:00
Eren Gölge f68df499f1
Merge pull request #384 from thorstenMueller/snr_fix
Fix for: name 'file_names' is not defined in SNR notebook
2021-03-17 12:36:32 +01:00
Thorsten Mueller 281e708f47 Fix for: name 'file_names' is not defined 2021-03-16 20:56:11 +01:00
Eren Gölge 8545a69280 replace master in CI to main 2021-03-16 19:18:57 +01:00
Eren Gölge 7d689d12f2 Merge branch 'dev' of https://github.com/coqui-ai/TTS into dev 2021-03-16 19:16:12 +01:00
Eren Gölge 2690ab2ee5 bug fix 2021-03-16 19:15:28 +01:00
Eren Gölge 4c1aed4a9c bug fix in preprocessor 2021-03-16 19:13:32 +01:00
Eren Gölge 01e35e06c4 bug fix 2021-03-16 19:13:32 +01:00
Eren Gölge 0e54ab93ee add missing config file 2021-03-16 19:13:32 +01:00
Eren Gölge aa8bb815a7 fix mozilla/TTS#685 2021-03-16 19:13:32 +01:00
Eren Gölge a8c348ffb2 force utf8 2021-03-16 19:13:32 +01:00
Eren Gölge bf0caba0bc linter fix 2021-03-16 19:13:32 +01:00
Eren Gölge ddab50b515 CI config update 2021-03-16 19:13:32 +01:00
Eren Gölge 739584ec93 CI config update 2021-03-16 19:13:32 +01:00
Eren Gölge 0fa3101f2a test config for tacotron model 2021-03-16 19:13:32 +01:00
Eren Gölge babc94f63f fix #374 2021-03-16 19:13:32 +01:00
Eren Gölge 255d5486ac update CI config 2021-03-16 19:13:32 +01:00
Eren Gölge bdfd1f8a89 linter fix 2021-03-16 19:13:32 +01:00