Skip to content

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

Latest
Compare
Choose a tag to compare
@revsic revsic released this 03 Oct 08:22
· 5 commits to master since this release
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()