mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 14:19:13 +00:00
excitation model
This commit is contained in:
parent
cc1c52a63b
commit
b65031ef64
2 changed files with 23 additions and 14 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue