excitation model

This commit is contained in:
Jean-Marc Valin 2018-06-25 16:26:47 -04:00
parent cc1c52a63b
commit b65031ef64
2 changed files with 23 additions and 14 deletions

View file

@ -9,9 +9,9 @@ import numpy as np
import h5py
import sys
rnn_units=256
rnn_units=64
pcm_bits = 8
pcm_levels = 1+2**pcm_bits
pcm_levels = 2**pcm_bits
def new_wavernn_model():
pcm = Input(shape=(None, 1))