Aya Jafari
ffddf10458
unit test fix
2023-10-13 10:56:47 -03:00
Aya Jafari
6eaecab0ca
fixed bugs in fastpitch tts synthesis
2023-10-10 23:02:31 -03:00
manmay nakhashi
bc422f2f3c
Fastspeech2 ( #2073 )
...
* added EnergyDataset
* add energy to Dataset
* add comupte_energy
* added energy params
* added energy to forward_tts
* added plot_avg_energy for visualisation
* Update forward_tts.py
* create file
* added fastspeech2 recipe
* add fastspeech2 config
* removed energy from fast pitch
* add energy loss to forward tts
* Update fastspeech2_config.py
* change run_name
* Update numpy_transforms.py
* fix typo
* fix typo
* fix typo
* linting issues
* use_energy default value --> False
* Update numpy_transforms.py
* linting fixes
* fix typo
* liniting_fix
* liniting_fix
* fix
* fixes
* fixes
* lint fix
* lint fixws
* added training test
* wrong import
* wrong import
* trailing whitespace
* style fix
* changed class name because of error
* class name change
* class name change
* change class name
* fixed styles
2023-01-15 22:39:22 +01:00
Eren Gölge
8cb1433e6e
Cache fsspec downloads ( #2132 )
...
* Cache fsspec downloaded files
* Use diff paths for test
* Make fsspec caching optional
* Decom GPU docker tests
* Make progress bar optional for better CI log
* Check path local
2022-11-09 22:12:48 +01:00
Eren Gölge
27b67b7945
Fix import
2022-03-02 09:15:20 +01:00
Eren Gölge
c68962c574
Update forward tts binary loss
2022-02-25 11:30:24 +01:00
Eren Gölge
1f0c8179da
Make style
2022-02-25 11:26:59 +01:00
Eren Gölge
34c4be5e49
Update forwardtts
2022-02-25 11:26:59 +01:00
Eren Gölge
18f726af65
Update ForwardTTS
2022-02-25 11:11:35 +01:00
Eren Gölge
aa25f70b95
Update ForwardTTS for multi-speaker
2021-10-20 18:16:41 +00:00
Eren Gölge
37959ad0c7
Make linter
2021-09-30 23:02:16 +00:00
Eren Gölge
a156a40b47
Update ForwardTTS for Trainer_v2
2021-09-30 14:19:19 +00:00
Eren Gölge
cbbc9e0172
Add FastSpeechConfig
2021-09-11 10:20:37 +00:00
Eren Gölge
8b7e094bde
Implement `forward_tts`
...
- Generic API for feed-forward TTS models (FastPitch, SpeedySpeech)
- Tests for `forward-tts`
- Edit FastPitchConfig and SpeedySpeechConfig to use `forward_tts`
2021-09-10 08:24:33 +00:00