Commit Graph

2832 Commits (9f7599e3c362f33ce85a3e3ca4466748bf9ba680)

Author SHA1 Message Date
Eren Gölge 3efdad3776
Update README.md 2021-04-01 16:10:52 +02:00
Eren Gölge e84f120a04 sam-accenture model preprocessor 2021-04-01 03:41:41 +02:00
Eren Gölge e3c052382b fix loading always best_model when continue 2021-04-01 03:41:15 +02:00
Eren Gölge f07ca29386 [ci skip]anchor umap-learn==0.4.6 fix #411 2021-04-01 00:18:44 +02:00
Eren Gölge f5446d4f1e [ci skip]readme udpate 2021-03-30 14:46:14 +02:00
Eren Gölge ec52243d62 [ci skip]update readme 2021-03-30 14:44:53 +02:00
Eren Gölge 48ea20e69f example aligntts config 2021-03-30 14:41:00 +02:00
Eren Gölge b4c2cf80f2 fix eval iter 2021-03-30 14:39:16 +02:00
Eren Gölge a3a840fd78 linter fixes 2021-03-30 14:39:16 +02:00
Eren Gölge 6b2e13bf62 compute normalized logp using torch primitives 2021-03-30 14:39:16 +02:00
Eren Gölge 7a382a5c2b stowed aligntts commit and small refactoring with feed_forward layers 2021-03-30 14:39:16 +02:00
Eren Gölge d542a50818 fix losses for alignTTS 2021-03-30 14:39:16 +02:00
Eren Gölge 18cc7b95ec update l1 and huber to mse loss 2021-03-30 14:39:16 +02:00
Eren Gölge 896d33ed49 update losses to hande alingtts phases 2021-03-30 14:39:16 +02:00
Eren Gölge aec0b78aff duration predictor fix 2 2021-03-30 14:39:16 +02:00
Eren Gölge 07269e639b fix duration predictor in AlignTTS 2021-03-30 14:39:16 +02:00
Eren Gölge c2d29e5cd4 FFTransformer encoder for aligntts 2021-03-30 14:39:16 +02:00
Eren Gölge 460a2d3e26 FFTransformer Decoder for AlignTTS 2021-03-30 14:39:16 +02:00
Eren Gölge 2c364c0df8 test fixes 2021-03-30 14:39:16 +02:00
Eren Gölge 0a61ea3b2d replace urls 2021-03-30 14:39:16 +02:00
Eren Gölge 2e7fdf8f9d 🐸 fashion 2021-03-30 14:39:16 +02:00
Eren Gölge 844e8e0ed4 adapt align_tts and model name handling 2021-03-30 14:39:16 +02:00
Eren Gölge aa29f5b199 aligntts loss 2021-03-30 14:39:16 +02:00
Eren Gölge a831468cab align tts MDN layer 2021-03-30 14:39:16 +02:00
Eren Gölge 4396f8e2da continue refactoring 2021-03-30 14:39:16 +02:00
Eren Gölge 8f9858cf44 gitignore update 2021-03-30 14:39:16 +02:00
Eren Gölge 892c3c3623 use torch for AngleProtoLoss 2021-03-30 14:39:16 +02:00
Eren Gölge 2b3e12ea49 correct imports after refactoring, add AlignTTS (old SSMAS) and some formatting 2021-03-30 14:39:16 +02:00
Eren Gölge ecb6b0d6ad rename GlowTtts as GlowTTS 2021-03-30 14:39:16 +02:00
Eren Gölge e8cf8cb00e restructure TF tacotron files 2021-03-30 14:39:16 +02:00
Eren Gölge 1ac99ce0d0 if git is not available set git has 'unknown' 2021-03-30 14:39:16 +02:00
Eren Gölge d9c405f0c3 create feedforward folder for SS layers 2021-03-30 14:39:16 +02:00
Eren Gölge a8cf1ae6b4 fix wavenet running with no input mask 2021-03-30 14:39:16 +02:00
Eren Gölge 1c1949d348 utf-8 encoding for certain preprocessors 2021-03-30 14:39:16 +02:00
Eren Gölge ca2f22cdd7 linter fix 2021-03-30 14:36:12 +02:00
Eren Gölge d0dcd7d1b8 let the user define outpu.wav file path fix #393 2021-03-30 14:24:31 +02:00
Eren Gölge 25654233d5 [ci skip]initial commit for the new DE models and stale ot update 2021-03-29 03:23:57 +02:00
Eren Gölge eca67ebe13 update CheckSpec notebook 2021-03-24 12:52:56 +01:00
Eren Gölge 0c2150a6c1
Update README.md
Update tutorials link.
2021-03-23 15:18:17 +01:00
Eren Gölge efdb33a7a4
Update README.md 2021-03-22 16:31:17 +01:00
Eren Gölge dc2954e393
Merge pull request #393 from GuyPaddock/patch-1
Clean-up `CheckSpectrograms.ipynb` and Fix Imports
2021-03-22 13:59:08 +01:00
Eren Gölge 1c41c64a59
Merge pull request #394 from GuyPaddock/patch-2
Fix `UnicodeEncodeError` on Windows Platforms
2021-03-22 13:58:39 +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 15459627cc Fix `UnicodeEncodeError` on Windows Platforms
Prevents the following error from appearing when running training on Windows platforms:
```
UnicodeEncodeError: 'charmap' codec can't encode characters in position: character maps to <undefined>
```
2021-03-20 17:30:00 -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 e61f59451b [ci skip] url fix 2021-03-18 14:57:08 +01: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