Releases: yoyolicoris/constant-memory-waveglow
Releases · yoyolicoris/constant-memory-waveglow
Release v1.2
Changelog
v1.2 - 2020-12-18
Features
- Add new model 'MelGlow'.
- Add mixed precision training option.
Bug Fix
- Fix issue #3 .
WaveFlow model
Major updates:
- A modified implementation of Baidu's WaveFlow is added
- Remove normalization in dataloaders
- Display log likelihood score when inferencing
- A memory usage record of waveglow is added, which was run on a RTX 2080 machine.
dataloader fix
make return wave samples not contain zeros which make training unstable
First archive
Initial release.