Skip to content

Releases: revsic/tf-diffwave

DiffWave: channels=64, T=20, 1M steps

Choose a tag to compare

@revsic revsic released this 03 Oct 08:22
with open('l1.json') as f:
    config = Config.load(json.load(f))

diffwave = DiffWave(config.model)
diffwave.restore('./l1/l1_1000000.ckpt-1').expect_partial()

DiffWave: channels=64, T=20, 500k steps

Choose a tag to compare

@revsic revsic released this 30 Sep 17:10

Download and unzip files.

with open('l1.json') as f:
    config = Config.load(json.load(f))

diffwave = DiffWave(config.model)
diffwave.restore('./l1_500k/l1_500000.ckpt-1').expect_partial()