mirror of
https://github.com/xiph/opus.git
synced 2025-05-21 10:58:30 +00:00
Remove useless (and possibly hurtful) residual connection
I guess it's a bad idea to forward inputs directly
This commit is contained in:
parent
4698b28345
commit
38cd5cf08f
4 changed files with 3 additions and 5 deletions
|
@ -63,7 +63,7 @@ periods = (.1 + 50*features[:,:,36:37]+100).astype('int16')
|
|||
|
||||
|
||||
|
||||
model.load_weights('lpcnet9_384_10_G16_120.h5')
|
||||
model.load_weights('lpcnet20c_384_10_G16_80.h5')
|
||||
|
||||
order = 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue