mirror of
https://github.com/xiph/opus.git
synced 2025-05-18 17:38:29 +00:00
s/CELPNet/LPCNet/
This commit is contained in:
parent
7c28191b60
commit
92281bbe31
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# train_wavenet_audio.py
|
# train_wavenet_audio.py
|
||||||
# Jean-Marc Valin
|
# Jean-Marc Valin
|
||||||
#
|
#
|
||||||
# Train a CELPNet model (note not a Wavenet model)
|
# Train a LPCNet model (note not a Wavenet model)
|
||||||
|
|
||||||
import wavenet
|
import wavenet
|
||||||
import lpcnet
|
import lpcnet
|
||||||
|
@ -29,7 +29,7 @@ nb_epochs = 40
|
||||||
# Try reducing batch_size if you run out of memory on your GPU
|
# Try reducing batch_size if you run out of memory on your GPU
|
||||||
batch_size = 64
|
batch_size = 64
|
||||||
|
|
||||||
# Note we are creating a CELPNet model
|
# Note we are creating a LPCNet model
|
||||||
|
|
||||||
#model = wavenet.new_wavenet_model(fftnet=True)
|
#model = wavenet.new_wavenet_model(fftnet=True)
|
||||||
model, _, _ = lpcnet.new_wavernn_model()
|
model, _, _ = lpcnet.new_wavernn_model()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue