mirror of
https://github.com/xiph/opus.git
synced 2025-05-30 07:07:42 +00:00
Removing the unused features
Down to 20 features
This commit is contained in:
parent
b90729b83b
commit
6585843237
10 changed files with 23 additions and 30 deletions
|
@ -212,7 +212,7 @@ class WeightClip(Constraint):
|
|||
|
||||
constraint = WeightClip(0.992)
|
||||
|
||||
def new_lpcnet_model(rnn_units1=384, rnn_units2=16, nb_used_features = 38, training=False, adaptation=False, quantize=False):
|
||||
def new_lpcnet_model(rnn_units1=384, rnn_units2=16, nb_used_features = 20, training=False, adaptation=False, quantize=False):
|
||||
pcm = Input(shape=(None, 3))
|
||||
feat = Input(shape=(None, nb_used_features))
|
||||
pitch = Input(shape=(None, 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue