xiph / LPCNet

Efficient neural speech synthesis
BSD 3-Clause "New" or "Revised" License
1.12k stars 295 forks source link

What does the "network size“ refer to on https://jmvalin.ca/demo/lpcnet/ #196

Open wangtiance opened 2 years ago

wangtiance commented 2 years ago

In the "complexity" section of https://jmvalin.ca/demo/lpcnet/, what does a network size of 61/122/etc refer to? Which variable does it correspond to in the python script lpcnet.new_lpcnet_model()? Is it rnn_units1?