Skip to content

Releases: yoyololicon/constant-memory-waveglow

Release v1.2

18 Dec 13:19
Compare
Choose a tag to compare

Changelog

v1.2 - 2020-12-18

Features

  • Add new model 'MelGlow'.
  • Add mixed precision training option.

Bug Fix

  • Fix issue #3 .

WaveFlow model

14 Jul 03:31
d727692
Compare
Choose a tag to compare

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

03 Jun 09:34
8fead47
Compare
Choose a tag to compare
make return wave samples not contain zeros

which make training unstable

First archive

03 Jun 08:25
Compare
Choose a tag to compare

Initial release.